diff options
-rw-r--r-- | net-analyzer/ettercap/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/ettercap/ettercap-0.7.3-r3.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-analyzer/ettercap/ChangeLog b/net-analyzer/ettercap/ChangeLog index 0c1e1357e8c4..90d0d129ad5e 100644 --- a/net-analyzer/ettercap/ChangeLog +++ b/net-analyzer/ettercap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/ettercap # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v 1.67 2009/06/01 20:17:17 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v 1.68 2009/06/05 14:56:06 pva Exp $ + + 05 Jun 2009; Peter Volkov <pva@gentoo.org> ettercap-0.7.3-r3.ebuild: + Fixed build issue with new libtool, bug #272681, thank Diego Stamigni and + Diego E. 'Flameeyes' Pettenò for the fix. 01 Jun 2009; Peter Volkov <pva@gentoo.org> ettercap-0.7.3-r3.ebuild: Fixed -Werror related build failure, bug #260840, thank Alexandre NEY for diff --git a/net-analyzer/ettercap/ettercap-0.7.3-r3.ebuild b/net-analyzer/ettercap/ettercap-0.7.3-r3.ebuild index 420ba25beb1d..248c017db570 100644 --- a/net-analyzer/ettercap/ettercap-0.7.3-r3.ebuild +++ b/net-analyzer/ettercap/ettercap-0.7.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.7.3-r3.ebuild,v 1.2 2009/06/01 20:17:17 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.7.3-r3.ebuild,v 1.3 2009/06/05 14:56:06 pva 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". @@ -43,8 +43,9 @@ src_unpack() { src_compile() { strip-flags - local myconf + append-flags "-DLTDL_SHLIB_EXT='\".so\"'" #272681 + local myconf if use ssl; then myconf="${myconf} --with-openssl=/usr" else |