mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
sys-kernel/hurd: build libirqhelp in cross minimal build
Needed by rumpkernel: ``` /usr/x86_64-pc-linux-gnu/i686-gnu/binutils-bin/2.46.0/ld: cannot find -lirqhelp: No such file or directory collect2: error: ld returned 1 exit status *** Failed target: librumpdev_pci.so.0.0 ``` Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -152,7 +152,7 @@ src_compile() {
|
||||
return
|
||||
elif is_crosspkg ; then
|
||||
emake \
|
||||
lib-subdirs="libshouldbeinlibc libihash libstore" \
|
||||
lib-subdirs="libshouldbeinlibc libihash libstore libirqhelp" \
|
||||
prog-subdirs= \
|
||||
other-subdirs=
|
||||
else
|
||||
@@ -171,7 +171,7 @@ src_install() {
|
||||
elif is_crosspkg ; then
|
||||
emake DESTDIR="${D}" install-headers no_deps=t
|
||||
emake DESTDIR="${D}" install \
|
||||
lib-subdirs="libshouldbeinlibc libihash libstore" \
|
||||
lib-subdirs="libshouldbeinlibc libihash libstore libirqhelp" \
|
||||
prog-subdirs= \
|
||||
other-subdirs= \
|
||||
no_deps=t
|
||||
|
||||
@@ -151,7 +151,7 @@ src_compile() {
|
||||
return
|
||||
elif is_crosspkg ; then
|
||||
emake \
|
||||
lib-subdirs="libshouldbeinlibc libihash libstore" \
|
||||
lib-subdirs="libshouldbeinlibc libihash libstore libirqhelp" \
|
||||
prog-subdirs= \
|
||||
other-subdirs=
|
||||
else
|
||||
@@ -170,7 +170,7 @@ src_install() {
|
||||
elif is_crosspkg ; then
|
||||
emake DESTDIR="${D}" install-headers no_deps=t
|
||||
emake DESTDIR="${D}" install \
|
||||
lib-subdirs="libshouldbeinlibc libihash libstore" \
|
||||
lib-subdirs="libshouldbeinlibc libihash libstore libirqhelp" \
|
||||
prog-subdirs= \
|
||||
other-subdirs= \
|
||||
no_deps=t
|
||||
|
||||
Reference in New Issue
Block a user