diff options
-rw-r--r-- | user/yubico-c/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/user/yubico-c/APKBUILD b/user/yubico-c/APKBUILD index ce5644929..9e2605b1f 100644 --- a/user/yubico-c/APKBUILD +++ b/user/yubico-c/APKBUILD @@ -8,7 +8,7 @@ url="https://developers.yubico.com/yubico-c/" arch="all" license="BSD-2-Clause" depends="" -makedepends="asciidoctor autoconf automake libtool" +makedepends="asciidoctor autoconf automake slibtool" subpackages="$pkgname-dev $pkgname-doc" source="yubico-c-libyubikey-$pkgver.tar.gz::https://github.com/Yubico/yubico-c/archive/libyubikey-$pkgver.tar.gz use-asciidoctor.patch @@ -17,7 +17,9 @@ builddir="$srcdir/$pkgname-libyubikey-$pkgver" prepare() { default_prepare - autoreconf -vif + export LIBTOOL="slibtool" + export LIBTOOLIZE="slibtoolize" + autoreconf -if } build() { |