Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/
Date: Sat, 29 Oct 2016 22:56:13
Message-Id: 1477781760.0a2c3b7d818710bc02be94f1e144fda1ae1c02c9.floppym@gentoo
1 commit: 0a2c3b7d818710bc02be94f1e144fda1ae1c02c9
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 22:55:15 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 22:56:00 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a2c3b7d
7
8 sys-apps/systemd: install rootlib_LTLIBRARIES on non-native abis
9
10 Bug: https://bugs.gentoo.org/598216
11 Package-Manager: portage-2.3.2
12
13 sys-apps/systemd/systemd-9999.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
17 index 05e3fe5..c0a9abc 100644
18 --- a/sys-apps/systemd/systemd-9999.ebuild
19 +++ b/sys-apps/systemd/systemd-9999.ebuild
20 @@ -279,7 +279,7 @@ multilib_src_compile() {
21 else
22 echo 'gentoo: $(BUILT_SOURCES)' | \
23 emake "${mymakeopts[@]}" -f Makefile -f - gentoo
24 - echo 'gentoo: $(lib_LTLIBRARIES) $(pkgconfiglib_DATA)' | \
25 + echo 'gentoo: $(lib_LTLIBRARIES) $(rootlib_LTLIBRARIES) $(pkgconfiglib_DATA)' | \
26 emake "${mymakeopts[@]}" -f Makefile -f - gentoo
27 fi
28 }
29 @@ -305,6 +305,7 @@ multilib_src_install() {
30 else
31 mymakeopts+=(
32 install-libLTLIBRARIES
33 + install-rootlibLTLIBRARIES
34 install-pkgconfiglibDATA
35 install-includeHEADERS
36 # safe to call unconditionally, 'installs' empty list