Fixed libcap problem on Jewels

This commit is contained in:
Anthony Scemama 2021-04-16 16:36:35 +02:00
parent c923aba44a
commit b45339b791
1 changed files with 1 additions and 2 deletions

3
configure vendored
View File

@ -238,8 +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
prefix=$QP_ROOT make BUILD_GPERF=no install
EOF
elif [[ ${PACKAGE} = bwrap ]] ; then