summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2009-01-15 05:38:51 +0000
committerJeroen Roovers <jer@gentoo.org>2009-01-15 05:38:51 +0000
commit7a3d7e226d454ced9e0451019073d38177f5fc2c (patch)
tree8199cc67590aaa98d3041a531a9b33d44c141060 /net-analyzer/ipband/files
parentDo not strip (bug #251977). (diff)
downloadgentoo-2-7a3d7e226d454ced9e0451019073d38177f5fc2c.tar.gz
gentoo-2-7a3d7e226d454ced9e0451019073d38177f5fc2c.tar.bz2
gentoo-2-7a3d7e226d454ced9e0451019073d38177f5fc2c.zip
Do not strip (bug #251978). Use toolchain. Use dobin.
(Portage version: 2.2_rc22/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
Diffstat (limited to 'net-analyzer/ipband/files')
-rw-r--r--net-analyzer/ipband/files/ipband-0.8.1-gentoo.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/net-analyzer/ipband/files/ipband-0.8.1-gentoo.patch b/net-analyzer/ipband/files/ipband-0.8.1-gentoo.patch
new file mode 100644
index 000000000000..439a6aa36e1b
--- /dev/null
+++ b/net-analyzer/ipband/files/ipband-0.8.1-gentoo.patch
@@ -0,0 +1,18 @@
+--- ipband-0.8.1/Makefile.orig 2008-06-17 19:23:19.000000000 +0200
++++ ipband-0.8.1/Makefile 2009-01-15 06:33:07.000000000 +0100
+@@ -12,7 +12,6 @@
+ CPPFLAGS=-I/usr/include/pcap
+ LIBS=-lpcap
+ CFLAGS := -Wall $(CFLAGS)
+-CC=gcc
+
+ ifndef PREFIX
+ PREFIX=/usr
+@@ -50,7 +49,6 @@
+
+ $(BIN): $(OBJ_C)
+ $(CC) -o $(BIN) $(OBJ_C) $(LIBS) $(CFLAGS)
+- strip $(BIN)
+
+ install-strip: install
+