diff options
author | 2006-01-16 03:15:44 +0000 | |
---|---|---|
committer | 2006-01-16 03:15:44 +0000 | |
commit | 68568eca7ddc7b7169ebd2e3cc0c4714f03e7cd3 (patch) | |
tree | 56921a41c9d6fed4a458e26dfaa2ea600a981283 /dev-util | |
parent | Stable on alpha, mark ~ia64 (2.8) (diff) | |
download | gentoo-2-68568eca7ddc7b7169ebd2e3cc0c4714f03e7cd3.tar.gz gentoo-2-68568eca7ddc7b7169ebd2e3cc0c4714f03e7cd3.tar.bz2 gentoo-2-68568eca7ddc7b7169ebd2e3cc0c4714f03e7cd3.zip |
Add test-flags for -fstack-protector
(paludis 0.1.0 svn 68:104M)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/monotone/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/monotone/Manifest | 2 | ||||
-rw-r--r-- | dev-util/monotone/monotone-0.25.ebuild | 6 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/monotone/ChangeLog b/dev-util/monotone/ChangeLog index e50103b1eb19..6a0aa0ea093b 100644 --- a/dev-util/monotone/ChangeLog +++ b/dev-util/monotone/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/monotone # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/ChangeLog,v 1.24 2006/01/03 00:18:21 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/ChangeLog,v 1.25 2006/01/16 03:15:44 halcy0n Exp $ + + 16 Jan 2006; Mark Loeser <halcy0n@gentoo.org> monotone-0.25.ebuild: + Add test-flags for -fstack-protector *monotone-0.25 (02 Jan 2006) diff --git a/dev-util/monotone/Manifest b/dev-util/monotone/Manifest index 3de5302bdfe8..495aa679e78d 100644 --- a/dev-util/monotone/Manifest +++ b/dev-util/monotone/Manifest @@ -10,4 +10,4 @@ MD5 dc5686ff5a40dfaf23bd7e7e2ae96073 monotone-0.16.ebuild 1236 MD5 095960f333dafabb24e1c4e7f716fed0 monotone-0.18.ebuild 1687 MD5 74eee52d0cde4239fdaa080a013612db monotone-0.19.ebuild 1592 MD5 8bc37f55022234b35ec99fd1b35bb653 monotone-0.24.ebuild 2352 -MD5 280bfa46885b82a0a04190324eda551e monotone-0.25.ebuild 2372 +MD5 5e985eb56a3fdab6e8f07ea2de100053 monotone-0.25.ebuild 2396 diff --git a/dev-util/monotone/monotone-0.25.ebuild b/dev-util/monotone/monotone-0.25.ebuild index 54cdd837ab85..56fc83339630 100644 --- a/dev-util/monotone/monotone-0.25.ebuild +++ b/dev-util/monotone/monotone-0.25.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.25.ebuild,v 1.1 2006/01/03 00:18:21 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.25.ebuild,v 1.2 2006/01/16 03:15:44 halcy0n Exp $ inherit elisp-common flag-o-matic @@ -32,8 +32,8 @@ src_compile() { # more aggressive optimizations cause trouble with the crypto library strip-flags - append-flags -fno-stack-protector-all -fno-stack-protector \ - -fno-strict-aliasing -fno-omit-frame-pointer + append-flags $(test-flags -fno-stack-protector-all -fno-stack-protector) + append-flags -fno-strict-aliasing -fno-omit-frame-pointer econf ${myconf} || die "configure failed" emake || die "Compilation failed" |