libcap without gperf

This commit is contained in:
Anthony Scemama 2021-03-03 14:22:37 +01:00
parent ee9f4516b3
commit d55acad33f
1 changed files with 1 additions and 0 deletions

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