diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-01-16 03:15:44 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-01-16 03:15:44 +0000 |
commit | adbba8ee3d83c9632b5d3ca74f338f1a31cd638f (patch) | |
tree | e1ab8f47f28bf6ac91fc5c566e9f63567677545f /dev-util | |
parent | Stable on alpha, mark ~ia64 (2.8) (diff) | |
download | historical-adbba8ee3d83c9632b5d3ca74f338f1a31cd638f.tar.gz historical-adbba8ee3d83c9632b5d3ca74f338f1a31cd638f.tar.bz2 historical-adbba8ee3d83c9632b5d3ca74f338f1a31cd638f.zip |
Add test-flags for -fstack-protector
Package-Manager: 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 | 14 | ||||
-rw-r--r-- | dev-util/monotone/monotone-0.25.ebuild | 6 |
3 files changed, 19 insertions, 6 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..8046899f13da 100644 --- a/dev-util/monotone/Manifest +++ b/dev-util/monotone/Manifest @@ -1,4 +1,7 @@ -MD5 b894058cbe6b774e00c6ddb85b448b8e ChangeLog 4230 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 35a025c880c9fd9d67ae632236588763 ChangeLog 4338 MD5 f00af7715fb0a67538d5960d7cfcd4c7 files/30monotone-gentoo.el 120 MD5 f7dab86750bae0e4ff09e2139b790084 files/digest-monotone-0.16 66 MD5 a4899373e67a34bbd0127cfb616e19ae files/digest-monotone-0.18 66 @@ -10,4 +13,11 @@ 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 4c82492882fed10eafd6bccbc83924e0 monotone-0.25.ebuild 2394 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDyw/yCRZPokWLroQRAkGtAJ441j6jkXUNaBJxl7d1dxRHyoVC4wCg4gk6 +lhlmkh1a4fCrE1NeNwapZ3o= +=2GeH +-----END PGP SIGNATURE----- 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" |