Skip to content

Commit

Permalink
TravisCI: fixed OpenPACE build
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmorgner committed Mar 6, 2020
1 parent 267aea7 commit 501311c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MacOSX/build-package.in
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ if ! test -e $BUILDPATH/openpace_bin/$PREFIX/lib/pkgconfig; then
fi
cd openpace
autoreconf -vis
./configure --disable-shared --prefix=$PREFIX CRYPTO_CFLAGS="$OPENSSL_CFLAGS" CRYPTO_LIBS="$OPENSSL_LIBS" HELP2MAN=true
./configure --disable-shared --prefix=$PREFIX CRYPTO_CFLAGS="$OPENSSL_CFLAGS" CRYPTO_LIBS="$OPENSSL_LIBS" HELP2MAN=/usr/bin/true
touch src/cvc-create.1 src/cvc-print.1
make DESTDIR=$BUILDPATH/openpace_bin install
cd ..
fi
Expand Down

0 comments on commit 501311c

Please sign in to comment.