diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-10-10 11:59:38 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-10-10 11:59:38 +0000 |
commit | 50382a8129bade4b1a7a2c86a2e0baf0debfef43 (patch) | |
tree | 83dd7a4d9fe58c95449a88a0066fd834bb4617d8 /net-analyzer/ifstat | |
parent | Fix bug id (diff) | |
download | gentoo-2-50382a8129bade4b1a7a2c86a2e0baf0debfef43.tar.gz gentoo-2-50382a8129bade4b1a7a2c86a2e0baf0debfef43.tar.bz2 gentoo-2-50382a8129bade4b1a7a2c86a2e0baf0debfef43.zip |
configure needed no fixing.
(Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
Diffstat (limited to 'net-analyzer/ifstat')
-rw-r--r-- | net-analyzer/ifstat/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/ifstat/files/ifstat-1.1-strip_and_cflags.patch | 23 |
2 files changed, 5 insertions, 24 deletions
diff --git a/net-analyzer/ifstat/ChangeLog b/net-analyzer/ifstat/ChangeLog index aa9d6a5f2c4e..21c61e4c2a8a 100644 --- a/net-analyzer/ifstat/ChangeLog +++ b/net-analyzer/ifstat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/ifstat # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifstat/ChangeLog,v 1.20 2008/10/10 11:20:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifstat/ChangeLog,v 1.21 2008/10/10 11:59:38 jer Exp $ + + 10 Oct 2008; Jeroen Roovers <jer@gentoo.org> + files/ifstat-1.1-strip_and_cflags.patch: + configure needed no fixing. 10 Oct 2008; Jeroen Roovers <jer@gentoo.org> +files/ifstat-1.1-strip_and_cflags.patch, ifstat-1.1.ebuild: diff --git a/net-analyzer/ifstat/files/ifstat-1.1-strip_and_cflags.patch b/net-analyzer/ifstat/files/ifstat-1.1-strip_and_cflags.patch index a7bd0218f67d..579c7fd52697 100644 --- a/net-analyzer/ifstat/files/ifstat-1.1-strip_and_cflags.patch +++ b/net-analyzer/ifstat/files/ifstat-1.1-strip_and_cflags.patch @@ -1,28 +1,5 @@ Don't strip - bug #240764 ---- configure.orig 2004-01-01 20:18:14.000000000 +0100 -+++ configure 2008-10-10 13:09:09.000000000 +0200 -@@ -551,7 +551,7 @@ - # Check whether --enable-debug or --disable-debug was given. - if test "${enable_debug+set}" = set; then - enableval="$enable_debug" -- CFLAGS="$CFLAGS -O2 -Wall -g" -+# CFLAGS="$CFLAGS -O2 -Wall -g" - CPPFLAGS="$CPPFLAGS -DDEBUG" - LDFLAGS="$LDFLAGS" - fi -@@ -560,8 +560,9 @@ - if test "${enable_optim+set}" = set; then - enableval="$enable_optim" - if test "x$enable_debug" != "xyes" ; then -- CFLAGS="$CFLAGS -O3 -fomit-frame-pointer -g0" -- LDFLAGS="$LDFLAGS -s" -+# CFLAGS="$CFLAGS -O3 -fomit-frame-pointer -g0" -+# LDFLAGS="$LDFLAGS -s" -+ true - else - echo "configure: warning: enable-optim and enable-debug are incompatible -- disabling optimizations" 1>&2 - fi --- Makefile.in.orig 2002-09-19 02:00:40.000000000 +0200 +++ Makefile.in 2008-10-10 13:17:39.000000000 +0200 @@ -66,7 +66,7 @@ |