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>
This commit is contained in:
Aisha Tammy
2022-03-06 15:01:28 +00:00
parent fbb9c4cda3
commit 5e3f6419f4
2 changed files with 3 additions and 3 deletions

View File

@@ -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() {

View File

@@ -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() {