]> git.pld-linux.org Git - packages/iproute2.git/blobdiff - iproute2-build.patch
- replaced BR: tetex-* with corrected BR: texlive-* ones
[packages/iproute2.git] / iproute2-build.patch
index 4d3f983eaf3e083bb48ef695a9b7cf62e941633f..8e027a3394d5575bee20cfd7f175aaf3430254f3 100644 (file)
@@ -1,7 +1,37 @@
-diff -urN iproute2-2.6.8.org/Makefile iproute2-2.6.8/Makefile
---- iproute2-2.6.8.org/Makefile        2004-07-16 21:49:23.066528064 +0200
-+++ iproute2-2.6.8/Makefile    2004-07-16 21:50:01.491686552 +0200
-@@ -12,7 +12,7 @@
+diff -urNbB iproute2-2.6.14-051107.org/configure iproute2-2.6.14-051107/configure
+--- iproute2-2.6.14-051107.org/configure       2005-01-18 00:26:46.000000000 +0100
++++ iproute2-2.6.14-051107/configure   2005-11-10 16:04:15.024922750 +0100
+@@ -5,7 +5,7 @@
+ function check_atm
+ {
+-cat >/tmp/atmtest.c <<EOF
++cat >atmtest.c <<EOF
+ #include <atm.h>
+ int main(int argc, char **argv) {
+       struct atm_qos qos;
+@@ -16,7 +16,7 @@
+       return 0;
+ }
+ EOF
+-gcc -I$INCLUDE -o /tmp/atmtest /tmp/atmtest.c -latm >/dev/null 2>&1 
++gcc -I$INCLUDE -o atmtest atmtest.c -latm >/dev/null 2>&1 
+ if [ $? -eq 0 ]
+ then
+     echo "TC_CONFIG_ATM:=y" >>Config
+@@ -21,7 +21,7 @@
+ else
+     echo no
+ fi
+-rm -f /tmp/atmtest.c /tmp/atmtest
++rm -f atmtest*
+ }
+ function check_xt
+diff -urNbB iproute2-2.6.14-051107.org/Makefile iproute2-2.6.14-051107/Makefile
+--- iproute2-2.6.14-051107.org/Makefile        2005-07-09 00:08:47.000000000 +0200
++++ iproute2-2.6.14-051107/Makefile    2005-11-10 16:04:15.024922750 +0100
+@@ -10,7 +10,7 @@
  DEFINES= -DRESOLVE_HOSTNAMES
  
  #options if you have a bind>=4.9.4 libresolv (or, maybe, glibc)
@@ -10,12 +40,12 @@ diff -urN iproute2-2.6.8.org/Makefile iproute2-2.6.8/Makefile
  ADDLIB=
  
  #options for decnet
-@@ -22,7 +22,7 @@
- ADDLIB+=ipx_ntop.o ipx_pton.o
+@@ -21,7 +21,7 @@
  
  CC = gcc
--CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g
-+CCOPTS = -D_GNU_SOURCE $(OPT) -Wstrict-prototypes -Wall -g
- CFLAGS = $(CCOPTS) -I$(KERNEL_INCLUDE) -I../include $(DEFINES)
+ HOSTCC = gcc
+-CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall
++CCOPTS = -D_GNU_SOURCE $(OPT) -Wstrict-prototypes -Wall
+ CFLAGS = $(CCOPTS) -I../include $(DEFINES)
+ YACCFLAGS = -d -t -v
  
- LDLIBS += -L../lib -lnetlink -lutil
This page took 0.052857 seconds and 4 git commands to generate.