public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/ifstat/files: ifstat-1.1-strip_and_cflags.patch
@ 2008-10-10 11:20 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2008-10-10 11:20 UTC (permalink / raw
  To: gentoo-commits

jer         08/10/10 11:20:01

  Added:                ifstat-1.1-strip_and_cflags.patch
  Log:
  Do not strip (bug #240764).
  (Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7-JeR i686)

Revision  Changes    Path
1.1                  net-analyzer/ifstat/files/ifstat-1.1-strip_and_cflags.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ifstat/files/ifstat-1.1-strip_and_cflags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ifstat/files/ifstat-1.1-strip_and_cflags.patch?rev=1.1&content-type=text/plain

Index: ifstat-1.1-strip_and_cflags.patch
===================================================================
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 @@
 
 install-$(TARGET): $(TARGET)
 	$(INSTALL) -d -m 755 $(bindir)
-	$(INSTALL) -s -m 755 $(TARGET) $(bindir)/$(TARGET)
+	$(INSTALL) -m 755 $(TARGET) $(bindir)/$(TARGET)
 	$(INSTALL) -d -m 755 $(mandir)/man1
 	$(INSTALL) -m 644 ifstat.1 $(mandir)/man1/ifstat.1
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-analyzer/ifstat/files: ifstat-1.1-strip_and_cflags.patch
@ 2008-10-10 11:59 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2008-10-10 11:59 UTC (permalink / raw
  To: gentoo-commits

jer         08/10/10 11:59:38

  Modified:             ifstat-1.1-strip_and_cflags.patch
  Log:
  configure needed no fixing.
  (Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7-JeR i686)

Revision  Changes    Path
1.2                  net-analyzer/ifstat/files/ifstat-1.1-strip_and_cflags.patch

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
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
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

Index: ifstat-1.1-strip_and_cflags.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ifstat/files/ifstat-1.1-strip_and_cflags.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ifstat-1.1-strip_and_cflags.patch	10 Oct 2008 11:20:01 -0000	1.1
+++ ifstat-1.1-strip_and_cflags.patch	10 Oct 2008 11:59:38 -0000	1.2
@@ -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 @@






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-10-10 11:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-10 11:20 [gentoo-commits] gentoo-x86 commit in net-analyzer/ifstat/files: ifstat-1.1-strip_and_cflags.patch Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2008-10-10 11:59 Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox