summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2006-12-02 20:21:29 +0000
committerDoug Goldstein <cardoe@gentoo.org>2006-12-02 20:21:29 +0000
commit8cb3e4e4caa7a2ccac0df7596db1284f656b2890 (patch)
treed114cdb86c3e464c5029aa7d22a2d327e1b93766 /sys-apps
parentVersion bump #156627 by Matt Drew (aetius). (diff)
downloadhistorical-8cb3e4e4caa7a2ccac0df7596db1284f656b2890.tar.gz
historical-8cb3e4e4caa7a2ccac0df7596db1284f656b2890.tar.bz2
historical-8cb3e4e4caa7a2ccac0df7596db1284f656b2890.zip
Fix bug #156225. Masking -fstack-protector-all
Package-Manager: portage-2.1.2_rc2-r3
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/dbus/ChangeLog5
-rw-r--r--sys-apps/dbus/dbus-0.62-r1.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/dbus/ChangeLog b/sys-apps/dbus/ChangeLog
index 819fc85c28ed..647e373e12c5 100644
--- a/sys-apps/dbus/ChangeLog
+++ b/sys-apps/dbus/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/dbus
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.155 2006/12/01 03:00:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.156 2006/12/02 20:21:29 cardoe Exp $
+
+ 02 Dec 2006; Doug Goldstein <cardoe@gentoo.org> dbus-0.62-r1.ebuild:
+ Fix bug #156225. Masking -fstack-protector-all
01 Dec 2006; Jeroen Roovers <jer@gentoo.org> dbus-0.62-r1.ebuild:
Stable for HPPA (bug #154522, on HPPA weeks last longer!).
diff --git a/sys-apps/dbus/dbus-0.62-r1.ebuild b/sys-apps/dbus/dbus-0.62-r1.ebuild
index 1350e4a1ebff..e302a7468175 100644
--- a/sys-apps/dbus/dbus-0.62-r1.ebuild
+++ b/sys-apps/dbus/dbus-0.62-r1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-0.62-r1.ebuild,v 1.14 2006/12/01 03:00:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-0.62-r1.ebuild,v 1.15 2006/12/02 20:21:29 cardoe Exp $
WANT_AUTOCONF=2.5
-inherit eutils mono python multilib debug qt3 autotools
+inherit eutils mono python multilib debug qt3 autotools flag-o-matic
DESCRIPTION="A message bus system, a simple way for applications to talk to each other"
HOMEPAGE="http://dbus.freedesktop.org/"
@@ -32,6 +32,7 @@ DEPEND="${RDEPEND}
pkg_setup() {
PKG_CONFIG_PATH="${QTDIR}/lib/pkgconfig"
+ filter-flags -fstack-protector-all
}
src_unpack() {