mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
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:
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user