From f36629173d7e1ccf3d918bf7a4e2619feb381c4a Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Wed, 5 Jun 2019 17:39:01 +0200 Subject: [PATCH] Updated configure --- configure | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/configure b/configure index 6600668a..b866efe2 100755 --- a/configure +++ b/configure @@ -206,6 +206,19 @@ EOF make install EOF + elif [[ ${PACKAGE} = libcap ]] ; then + + download \ + "https://git.kernel.org/pub/scm/linux/kernel/git/morgan/libcap.git/snapshot/libcap-2.25.tar.gz" \ + "${QP_ROOT}"/external/libcap.tar.gz + execute << EOF + cd "\${QP_ROOT}"/external + tar --gunzip --extract --file libcap.tar.gz + rm libcap.tar.gz + cd libcap-*/libcap + prefix=$QP_ROOT make install +EOF + elif [[ ${PACKAGE} = bwrap ]] ; then download \ @@ -220,19 +233,6 @@ EOF make install-exec-am EOF - elif [[ ${PACKAGE} = libcap ]] ; then - - download \ - "https://git.kernel.org/pub/scm/linux/kernel/git/morgan/libcap.git/snapshot/libcap-2.25.tar.gz" \ - "${QP_ROOT}"/external/libcap.tar.gz - execute << EOF - cd "\${QP_ROOT}"/external - tar --gunzip --extract --file libcap.tar.gz - rm libcap.tar.gz - cd libcap-*/libcap - prefix=$QP_ROOT make install -EOF - elif [[ ${PACKAGE} = irpf90 ]] ; then # When changing version of irpf90, don't forget to update etc/irpf90.rc