mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
sys-libs/libudev-zero: Pass LIBDIR to emake for glibc systems
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -23,6 +23,10 @@ src_compile() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
emake DESTDIR="${D}" PREFIX=/usr install-shared
|
local makeflags=(
|
||||||
use static-libs && emake DESTDIR="${D}" PREFIX=/usr install-static
|
DESTDIR="${D}" PREFIX=/usr LIBDIR=/usr/"$(get_libdir)"
|
||||||
|
)
|
||||||
|
|
||||||
|
emake "${makeflags[@]}" install-shared
|
||||||
|
use static-libs && emake "${makeflags[@]}" install-static
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user