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:
Alfred Persson Forsberg
2022-09-18 21:23:39 +02:00
committed by Sam James
parent c098bb4532
commit f81ca21225
2 changed files with 2 additions and 0 deletions

View File

@@ -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
}

View File

@@ -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
}