Skip to content

Commit

Permalink
google-authenticator-libpam: Build in sourcedir and run bootstrap.sh
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
donald committed Sep 1, 2017
1 parent 3cedeba commit d15582e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions google-authenticator-libpam.be0
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit d15582e

Please sign in to comment.