diff options
author | Aisha Tammy <gentoo@aisha.cc> | 2022-03-06 15:01:28 +0000 |
---|---|---|
committer | Aisha Tammy <gentoo@aisha.cc> | 2022-03-06 15:01:42 +0000 |
commit | 5e3f6419f4921111aeae82af684fb408a25c3945 (patch) | |
tree | 76bc0ac9bc89f46f16821fe092523a1b1ed104cb /app-crypt | |
parent | games-board/rmahjong: add python 3.10 compat, bump EAPI8 (diff) | |
download | guru-5e3f6419f4921111aeae82af684fb408a25c3945.tar.gz guru-5e3f6419f4921111aeae82af684fb408a25c3945.tar.bz2 guru-5e3f6419f4921111aeae82af684fb408a25c3945.zip |
app-crypt/intel-ipsec-mb: don't run ldconfig
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/intel-ipsec-mb/intel-ipsec-mb-1.2.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/intel-ipsec-mb/intel-ipsec-mb-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/intel-ipsec-mb/intel-ipsec-mb-1.2.ebuild b/app-crypt/intel-ipsec-mb/intel-ipsec-mb-1.2.ebuild index 1258a27fd..f7982ce5f 100644 --- a/app-crypt/intel-ipsec-mb/intel-ipsec-mb-1.2.ebuild +++ b/app-crypt/intel-ipsec-mb/intel-ipsec-mb-1.2.ebuild @@ -37,7 +37,7 @@ src_compile() { SAFE_LOOKUP=$(usex safe-lookup y n) SAFE_PARAM=$(usex safe-param y n) ) - emake "${myconf[@]}" EXTRA_CFLAGS="${CFLAGS}" + emake "${myconf[@]}" NOLDCONFIG=y EXTRA_CFLAGS="${CFLAGS}" } src_install() { diff --git a/app-crypt/intel-ipsec-mb/intel-ipsec-mb-9999.ebuild b/app-crypt/intel-ipsec-mb/intel-ipsec-mb-9999.ebuild index 7e0f4de90..f7982ce5f 100644 --- a/app-crypt/intel-ipsec-mb/intel-ipsec-mb-9999.ebuild +++ b/app-crypt/intel-ipsec-mb/intel-ipsec-mb-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -37,7 +37,7 @@ src_compile() { SAFE_LOOKUP=$(usex safe-lookup y n) SAFE_PARAM=$(usex safe-param y n) ) - emake "${myconf[@]}" EXTRA_CFLAGS="${CFLAGS}" + emake "${myconf[@]}" NOLDCONFIG=y EXTRA_CFLAGS="${CFLAGS}" } src_install() { |