diff options
author | Daniel Black <dragonheart@gentoo.org> | 2006-07-30 14:52:08 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2006-07-30 14:52:08 +0000 |
commit | 68f55248a513836a4e413f501e0551997d778208 (patch) | |
tree | fe983a5b4116765d8b72a2b768af3cac03125083 /net-analyzer/wireshark | |
parent | Die when the install failed. (diff) | |
download | gentoo-2-68f55248a513836a4e413f501e0551997d778208.tar.gz gentoo-2-68f55248a513836a4e413f501e0551997d778208.tar.bz2 gentoo-2-68f55248a513836a4e413f501e0551997d778208.zip |
added filter-flags -fstack-protector. see bug #133092
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'net-analyzer/wireshark')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-0.99.2.ebuild | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index ffdf8239be81..361aa3b1069f 100644 --- a/net-analyzer/wireshark/ChangeLog +++ b/net-analyzer/wireshark/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.16 2006/07/25 15:21:46 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.17 2006/07/30 14:52:08 dragonheart Exp $ + + 30 Jul 2006; Daniel Black <dragonheart@gentoo.org> + wireshark-0.99.2.ebuild: + added filter-flags -fstack-protector thanks to Richard Hansen and Kevin F. + Quinn see bug #133092 25 Jul 2006; Daniel Black <dragonheart@gentoo.org> wireshark-0.99.2.ebuild: diff --git a/net-analyzer/wireshark/wireshark-0.99.2.ebuild b/net-analyzer/wireshark/wireshark-0.99.2.ebuild index da1bb5a98251..64e215bf4eba 100644 --- a/net-analyzer/wireshark/wireshark-0.99.2.ebuild +++ b/net-analyzer/wireshark/wireshark-0.99.2.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/net-analyzer/wireshark/wireshark-0.99.2.ebuild,v 1.11 2006/07/25 15:21:46 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.2.ebuild,v 1.12 2006/07/30 14:52:08 dragonheart Exp $ inherit libtool flag-o-matic eutils autotools @@ -59,6 +59,7 @@ src_unpack() { src_compile() { replace-flags -O? -O + filter-flags -fstack-protector # see bug #133092 local myconf |