mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
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@pogatzki.net>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user