9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-16 09:35:19 +02:00

libcap without gperf

This commit is contained in:
Anthony Scemama 2021-03-03 14:22:37 +01:00
parent ee9f4516b3
commit d55acad33f

1
configure vendored
View File

@ -238,6 +238,7 @@ EOF
tar --gunzip --extract --file libcap.tar.gz
rm libcap.tar.gz
cd libcap-*/libcap
prefix=$QP_ROOT make BUILD_GPERF=no
prefix=$QP_ROOT make install
EOF