diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-11-19 04:22:11 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-11-19 04:22:11 +0000 |
commit | d57e3f5d6956d819aaaecff1bfe62a7a92f13d9a (patch) | |
tree | 9516db5d0f6b7f70750e185dc474a0a692c9ccfa /sys-auth | |
parent | This one was not forwarded from the _beta2 as it should have been. (diff) | |
download | gentoo-2-d57e3f5d6956d819aaaecff1bfe62a7a92f13d9a.tar.gz gentoo-2-d57e3f5d6956d819aaaecff1bfe62a7a92f13d9a.tar.bz2 gentoo-2-d57e3f5d6956d819aaaecff1bfe62a7a92f13d9a.zip |
Link against -lgmodule-2.0 to prevent underlinking (backported from upstream, but using sed to avoid eautoreconf) wrt #443798
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/polkit/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/polkit/polkit-0.108.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-auth/polkit/ChangeLog b/sys-auth/polkit/ChangeLog index e1d151b7f9d5..02cc77b6dbf2 100644 --- a/sys-auth/polkit/ChangeLog +++ b/sys-auth/polkit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/polkit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.110 2012/11/18 07:11:54 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.111 2012/11/19 04:22:11 ssuominen Exp $ + + 19 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> polkit-0.108.ebuild: + Link against -lgmodule-2.0 to prevent underlinking (backported from upstream, + but using sed to avoid eautoreconf) wrt #443798 *polkit-0.108 (18 Nov 2012) diff --git a/sys-auth/polkit/polkit-0.108.ebuild b/sys-auth/polkit/polkit-0.108.ebuild index e10f1535201c..61f39146a8a6 100644 --- a/sys-auth/polkit/polkit-0.108.ebuild +++ b/sys-auth/polkit/polkit-0.108.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.108.ebuild,v 1.1 2012/11/18 07:11:54 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.108.ebuild,v 1.2 2012/11/19 04:22:11 ssuominen Exp $ EAPI=4 inherit eutils multilib pam pax-utils systemd user @@ -58,6 +58,7 @@ pkg_setup() { src_prepare() { sed -i -e 's|unix-group:wheel|unix-user:0|' src/polkitbackend/*-default.rules || die #401513 + sed -i -e 's:gio-2.0:gmodule-2.0 &:' configure || die #443798 if has_version '>=dev-lang/spidermonkey-1.8.7'; then sed -i \ |