mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/libbpf: fix libdir
libbpf always installs to /usr/lib64 Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> Closes: https://github.com/gentoo/gentoo/pull/27332 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
c098bb4532
commit
f81ca21225
@@ -34,6 +34,7 @@ src_configure() {
|
||||
append-cflags -fPIC
|
||||
tc-export CC AR
|
||||
export LIBSUBDIR="$(get_libdir)"
|
||||
export LIBDIR="${EPREFIX}/usr/$(get_libdir)"
|
||||
export V=1
|
||||
}
|
||||
|
||||
@@ -34,6 +34,7 @@ src_configure() {
|
||||
append-cflags -fPIC
|
||||
tc-export CC AR
|
||||
export LIBSUBDIR="$(get_libdir)"
|
||||
export LIBDIR="${EPREFIX}/usr/$(get_libdir)"
|
||||
export V=1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user