commit: 0a2c3b7d818710bc02be94f1e144fda1ae1c02c9 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sat Oct 29 22:55:15 2016 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat Oct 29 22:56:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a2c3b7d
sys-apps/systemd: install rootlib_LTLIBRARIES on non-native abis Bug: https://bugs.gentoo.org/598216 Package-Manager: portage-2.3.2 sys-apps/systemd/systemd-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index 05e3fe5..c0a9abc 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
