From b45339b7916c6eebd97fda3d161546d14c5a3abf Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Fri, 16 Apr 2021 16:36:35 +0200 Subject: [PATCH] Fixed libcap problem on Jewels --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure b/configure index 31f83002..b45bfd27 100755 --- a/configure +++ b/configure @@ -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