diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-10-29 18:55:15 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-10-29 18:56:00 -0400 |
commit | 0a2c3b7d818710bc02be94f1e144fda1ae1c02c9 (patch) | |
tree | b3eac2594f4bda42714f42c9034b4e651551265c /sys-apps/systemd | |
parent | sci-mathematics/cvc3: Add a patch to fix compiling with GCC 6 (diff) | |
download | gentoo-0a2c3b7d818710bc02be94f1e144fda1ae1c02c9.tar.gz gentoo-0a2c3b7d818710bc02be94f1e144fda1ae1c02c9.tar.bz2 gentoo-0a2c3b7d818710bc02be94f1e144fda1ae1c02c9.zip |
sys-apps/systemd: install rootlib_LTLIBRARIES on non-native abis
Bug: https://bugs.gentoo.org/598216
Package-Manager: portage-2.3.2
Diffstat (limited to 'sys-apps/systemd')
-rw-r--r-- | sys-apps/systemd/systemd-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index 05e3fe58e2c6..c0a9abccef1b 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -279,7 +279,7 @@ multilib_src_compile() { else echo 'gentoo: $(BUILT_SOURCES)' | \ emake "${mymakeopts[@]}" -f Makefile -f - gentoo - echo 'gentoo: $(lib_LTLIBRARIES) $(pkgconfiglib_DATA)' | \ + echo 'gentoo: $(lib_LTLIBRARIES) $(rootlib_LTLIBRARIES) $(pkgconfiglib_DATA)' | \ emake "${mymakeopts[@]}" -f Makefile -f - gentoo fi } @@ -305,6 +305,7 @@ multilib_src_install() { else mymakeopts+=( install-libLTLIBRARIES + install-rootlibLTLIBRARIES install-pkgconfiglibDATA install-includeHEADERS # safe to call unconditionally, 'installs' empty list |