commit:     f084bdf872cfe620a10f09456e31ad483d2a82c9
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Fri Apr  3 13:09:59 2020 +0000
Commit:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
CommitDate: Fri Apr  3 13:10:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f084bdf8

sys-auth/AusweisApp2: get rid of QA Notice

+src_configure() {
+       # get rid of QA Notice: The following files contain insecure RUNPATHs
+       local mycmakeargs=( -DCMAKE_SKIP_RPATH=ON )
+       cmake_src_configure
+}
+

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>

 sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild | 6 ++++++
 sys-auth/AusweisApp2/AusweisApp2-9999.ebuild   | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild 
b/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild
index 7ed25c3..a5b7e33 100644
--- a/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild
+++ b/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild
@@ -32,6 +32,12 @@ RDEPEND="
 DEPEND="${RDEPEND}
        dev-qt/linguist-tools:5"
 
+src_configure() {
+       # get rid of QA Notice: The following files contain insecure RUNPATHs
+       local mycmakeargs=( -DCMAKE_SKIP_RPATH=ON )
+       cmake_src_configure
+}
+
 src_install() {
        cmake_src_install
        dolib.so "${BUILD_DIR}"/src/activation/base/libAusweisAppActivation.so

diff --git a/sys-auth/AusweisApp2/AusweisApp2-9999.ebuild 
b/sys-auth/AusweisApp2/AusweisApp2-9999.ebuild
index bccccbf..ad3c6f9 100644
--- a/sys-auth/AusweisApp2/AusweisApp2-9999.ebuild
+++ b/sys-auth/AusweisApp2/AusweisApp2-9999.ebuild
@@ -37,6 +37,12 @@ src_prepare() {
        eautoreconf
 }
 
+src_configure() {
+       # get rid of QA Notice: The following files contain insecure RUNPATHs
+       local mycmakeargs=( -DCMAKE_SKIP_RPATH=ON )
+       cmake_src_configure
+}
+
 src_install() {
        cmake_src_install
        dolib.so "${BUILD_DIR}"/src/activation/base/libAusweisAppActivation.so

Reply via email to