diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-11-04 12:59:57 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-11-04 12:59:57 +0000 |
commit | d017f27e17517231f24a62a5a5890ff8ecc37d95 (patch) | |
tree | 2541bd6b400b36bcb41303214a22284dfc5a9263 /net-analyzer/ettercap | |
parent | Latest = stable for x86 (diff) | |
download | historical-d017f27e17517231f24a62a5a5890ff8ecc37d95.tar.gz historical-d017f27e17517231f24a62a5a5890ff8ecc37d95.tar.bz2 historical-d017f27e17517231f24a62a5a5890ff8ecc37d95.zip |
Problem compiling with heavy optimizations: using strip-flags. Closes #63030.
Diffstat (limited to 'net-analyzer/ettercap')
-rw-r--r-- | net-analyzer/ettercap/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ettercap/Manifest | 16 | ||||
-rw-r--r-- | net-analyzer/ettercap/ettercap-0.7.0.ebuild | 7 |
3 files changed, 22 insertions, 6 deletions
diff --git a/net-analyzer/ettercap/ChangeLog b/net-analyzer/ettercap/ChangeLog index ab5d957ede49..d53198c5eb52 100644 --- a/net-analyzer/ettercap/ChangeLog +++ b/net-analyzer/ettercap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ettercap # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v 1.39 2004/10/09 00:26:33 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v 1.40 2004/11/04 12:59:57 eldad Exp $ + + 04 Nov 2004; Eldad Zack <eldad@gentoo.org> ettercap-0.7.0.ebuild: + Problem compiling with heavy optimizations: using strip-flags. Closes #63030. 09 Oct 2004; Guy Martin <gmsoft@gentoo.org> ettercap-0.7.0.ebuild: Marked stable on hppa. diff --git a/net-analyzer/ettercap/Manifest b/net-analyzer/ettercap/Manifest index 2bbd5438028a..9e7fb3175150 100644 --- a/net-analyzer/ettercap/Manifest +++ b/net-analyzer/ettercap/Manifest @@ -1,6 +1,16 @@ -MD5 66ff3157a854090f84708a530171c287 ChangeLog 4291 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 d893e54934c2a1c8270bbf037efb8895 ettercap-0.6.11.ebuild 1740 -MD5 6b943cd9020726d308c2026b0c5a9a17 ettercap-0.7.0.ebuild 1653 +MD5 459b3041722677abc78a87a57fc884cb ChangeLog 4439 +MD5 443e341b38a4503cf09c57e05b3ffcb1 ettercap-0.7.0.ebuild 1687 MD5 61da3c68a3ae57136cdc2a17fbaedfaf metadata.xml 223 -MD5 0a3618a8adc8c1c2764bb531dbf68810 files/digest-ettercap-0.6.11 66 MD5 6dc46b78f823aea675d64411673851a2 files/digest-ettercap-0.7.0 70 +MD5 0a3618a8adc8c1c2764bb531dbf68810 files/digest-ettercap-0.6.11 66 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBiidcT+MN7JbqCpMRAqGpAJ0RUQoo/eVgSUxzp/F+Hh97fmwIggCZAZo+ +p2Wz103mRusWcaGF0xiTG/M= +=8CQ8 +-----END PGP SIGNATURE----- diff --git a/net-analyzer/ettercap/ettercap-0.7.0.ebuild b/net-analyzer/ettercap/ettercap-0.7.0.ebuild index f9c301eb5cd4..f86e8fc7743e 100644 --- a/net-analyzer/ettercap/ettercap-0.7.0.ebuild +++ b/net-analyzer/ettercap/ettercap-0.7.0.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.7.0.ebuild,v 1.8 2004/10/09 00:26:33 gmsoft Exp $ - +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.7.0.ebuild,v 1.9 2004/11/04 12:59:57 eldad Exp $ # the actual version is "NG-0.7.0" but I suppose portage people will not be # happy with it (as for the 0.6.b version), so let's set it to "0.7.0". # since 'ettercap NG' has to be intended as an upgrade to 0.6.x serie and not as # a new project or branch, this will be fine... +inherit flag-o-matic + MY_P=${PN}-NG-${PV} S=${WORKDIR}/${MY_P} @@ -41,6 +42,8 @@ src_unpack() { } src_compile() { + strip-flags + local myconf if use ssl; then |