Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/ifstat/files: ifstat-1.1-strip_and_cflags.patch
Date: Fri, 10 Oct 2008 11:59:43
Message-Id: E1KoGeg-0005La-TD@stork.gentoo.org
1 jer 08/10/10 11:59:38
2
3 Modified: ifstat-1.1-strip_and_cflags.patch
4 Log:
5 configure needed no fixing.
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
7
8 Revision Changes Path
9 1.2 net-analyzer/ifstat/files/ifstat-1.1-strip_and_cflags.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ifstat/files/ifstat-1.1-strip_and_cflags.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ifstat/files/ifstat-1.1-strip_and_cflags.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ifstat/files/ifstat-1.1-strip_and_cflags.patch?r1=1.1&r2=1.2
14
15 Index: ifstat-1.1-strip_and_cflags.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ifstat/files/ifstat-1.1-strip_and_cflags.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ifstat-1.1-strip_and_cflags.patch 10 Oct 2008 11:20:01 -0000 1.1
22 +++ ifstat-1.1-strip_and_cflags.patch 10 Oct 2008 11:59:38 -0000 1.2
23 @@ -1,28 +1,5 @@
24 Don't strip - bug #240764
25
26 ---- configure.orig 2004-01-01 20:18:14.000000000 +0100
27 -+++ configure 2008-10-10 13:09:09.000000000 +0200
28 -@@ -551,7 +551,7 @@
29 - # Check whether --enable-debug or --disable-debug was given.
30 - if test "${enable_debug+set}" = set; then
31 - enableval="$enable_debug"
32 -- CFLAGS="$CFLAGS -O2 -Wall -g"
33 -+# CFLAGS="$CFLAGS -O2 -Wall -g"
34 - CPPFLAGS="$CPPFLAGS -DDEBUG"
35 - LDFLAGS="$LDFLAGS"
36 - fi
37 -@@ -560,8 +560,9 @@
38 - if test "${enable_optim+set}" = set; then
39 - enableval="$enable_optim"
40 - if test "x$enable_debug" != "xyes" ; then
41 -- CFLAGS="$CFLAGS -O3 -fomit-frame-pointer -g0"
42 -- LDFLAGS="$LDFLAGS -s"
43 -+# CFLAGS="$CFLAGS -O3 -fomit-frame-pointer -g0"
44 -+# LDFLAGS="$LDFLAGS -s"
45 -+ true
46 - else
47 - echo "configure: warning: enable-optim and enable-debug are incompatible -- disabling optimizations" 1>&2
48 - fi
49 --- Makefile.in.orig 2002-09-19 02:00:40.000000000 +0200
50 +++ Makefile.in 2008-10-10 13:17:39.000000000 +0200
51 @@ -66,7 +66,7 @@