From 6f96192a44eabde73833337330ce4ebc2b80e120 Mon Sep 17 00:00:00 2001 From: miqlas Date: Fri, 27 Oct 2017 15:38:03 +0200 Subject: [PATCH] PAM_yubico : build fix (#1747) --- sys-auth/pam_yubico/pam_yubico-2.24.recipe | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sys-auth/pam_yubico/pam_yubico-2.24.recipe b/sys-auth/pam_yubico/pam_yubico-2.24.recipe index 05fdd1f60..da0bfe464 100644 --- a/sys-auth/pam_yubico/pam_yubico-2.24.recipe +++ b/sys-auth/pam_yubico/pam_yubico-2.24.recipe @@ -4,7 +4,7 @@ Yubikey into your existing user authentication infrastructure." HOMEPAGE="https://developers.yubico.com/yubico-pam/" COPYRIGHT="2008-2016 Yubico AB" LICENSE="BSD (2-clause)" -REVISION="2" +REVISION="3" SOURCE_URI="https://developers.yubico.com/yubico-pam/Releases/pam_yubico-$portVersion.tar.gz" CHECKSUM_SHA256="0326ff676e2b32ed1dda7fb5f1358a22d629d71caad8f8db52138bbf3e95e82d" SOURCE_DIR="pam_yubico-$portVersion" @@ -36,6 +36,7 @@ BUILD_REQUIRES=" devel:libyubikey$secondaryArchSuffix " BUILD_PREREQUIRES=" + cmd:aclocal cmd:autoconf cmd:automake cmd:asciidoc @@ -51,6 +52,11 @@ BUILD_PREREQUIRES=" BUILD() { + libtoolize --force --copy --install + aclocal + autoconf + automake --add-missing + runConfigure ./configure make $jobArgs }