mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-21 11:03:29 +01:00
Fixed libcap problem on Jewels
This commit is contained in:
parent
c923aba44a
commit
b45339b791
3
configure
vendored
3
configure
vendored
@ -238,8 +238,7 @@ EOF
|
|||||||
tar --gunzip --extract --file libcap.tar.gz
|
tar --gunzip --extract --file libcap.tar.gz
|
||||||
rm libcap.tar.gz
|
rm libcap.tar.gz
|
||||||
cd libcap-*/libcap
|
cd libcap-*/libcap
|
||||||
prefix=$QP_ROOT make BUILD_GPERF=no
|
prefix=$QP_ROOT make BUILD_GPERF=no install
|
||||||
prefix=$QP_ROOT make install
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
elif [[ ${PACKAGE} = bwrap ]] ; then
|
elif [[ ${PACKAGE} = bwrap ]] ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user