mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
github: Call Botan configure script directly
This should find the required Python binary automatically (`python` might not be available if not explicitly installed).
This commit is contained in:
parent
f740faccac
commit
8c4e9f8c7b
@ -28,7 +28,7 @@ build_botan()
|
||||
git clone https://github.com/randombit/botan.git $BOTAN_DIR &&
|
||||
cd $BOTAN_DIR &&
|
||||
git checkout -qf $BOTAN_REV &&
|
||||
python ./configure.py --amalgamation $BOTAN_CONFIG &&
|
||||
./configure.py --amalgamation $BOTAN_CONFIG &&
|
||||
make -j4 libs >/dev/null &&
|
||||
sudo make install >/dev/null &&
|
||||
sudo ldconfig || exit $?
|
||||
|
Loading…
x
Reference in New Issue
Block a user