mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
sys-fs/mdevd: fix dependency resolving with multilib
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -18,13 +18,23 @@ DEPEND="${RDEPEND}"
|
||||
DOCS=( AUTHORS NEWS README doc/ examples )
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--with-sysdeps=/usr/$(get_libdir)/skalibs/ \
|
||||
--enable-shared \
|
||||
--disable-allstatic \
|
||||
--with-pkgconfig
|
||||
tc-export CC
|
||||
|
||||
# --with-dynlib and --with-sysdeps needs to match skalibs' --dynlibdir and --sysdepdir respectively
|
||||
local myconf=(
|
||||
--dynlibdir="/$(get_libdir)"
|
||||
--libdir="/usr/$(get_libdir)/${PN}"
|
||||
--sysconfdir=/etc
|
||||
|
||||
--with-dynlib="/$(get_libdir)"
|
||||
--with-sysdeps="/usr/$(get_libdir)/skalibs/"
|
||||
|
||||
--enable-shared
|
||||
--disable-allstatic
|
||||
)
|
||||
|
||||
# TODO: --enable-nsss
|
||||
econf "${myconf[@]}"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
||||
Reference in New Issue
Block a user