From d15582ef6cd535acb23c6631a574c0fd8fe58a1e Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 31 Aug 2017 19:08:57 +0200 Subject: [PATCH] google-authenticator-libpam: Build in sourcedir and run bootstrap.sh Run bootstrap.sh before bee_configure, so that bee will find the generated configure script and select the autotools buildtype. The bootstrap.sh does not support a separated build directory. --- google-authenticator-libpam.be0 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/google-authenticator-libpam.be0 b/google-authenticator-libpam.be0 index 370df580e..4c09ff005 100755 --- a/google-authenticator-libpam.be0 +++ b/google-authenticator-libpam.be0 @@ -28,7 +28,7 @@ SRCURL[0]="https://github.com/google/google-authenticator-libpam/archive/${PKGVE ## outside the source directory and needs to be built inside the source ## directory. -# build_in_sourcedir +build_in_sourcedir ############################################################################### ## bee cannot detect buildtypes specified in subdirectories. @@ -49,9 +49,10 @@ SRCURL[0]="https://github.com/google/google-authenticator-libpam/archive/${PKGVE # bee_extract "${@}" #} -#mee_patch() { -# bee_patch "${@}" -#} +mee_patch() { + bee_patch "${@}" + start_cmd ./bootstrap.sh +} #mee_configure() { # bee_configure