- Timestamp:
- Oct 21, 2006, 10:36:46 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- add0598
- Parents:
- 099d37d
- Location:
- patches
- Files:
-
- 3 deleted
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
patches/iproute2-2.6.18-061002-libdir-1.patch
r099d37d rad01a6a 1 1 Submitted By: Joe Ciccone <jciccone@linuxfromscratch.org> 2 Date: 2006-09- 042 Date: 2006-09-28 3 3 Upstream Status: Unknown 4 4 Origin: Joe Ciccone … … 6 6 7 7 diff -Naur iproute2-2.6.16-060323.orig/Makefile iproute2-2.6.16-060323/Makefile 8 --- iproute2-2.6.16-060323.orig/Makefile 2005-07-08 1 8:08:47.000000000 -04009 +++ iproute2-2.6.16-060323/Makefile 2006-09- 08 20:18:32.000000000 -04008 --- iproute2-2.6.16-060323.orig/Makefile 2005-07-08 15:08:47.000000000 -0700 9 +++ iproute2-2.6.16-060323/Makefile 2006-09-28 22:07:52.059261910 -0700 10 10 @@ -1,5 +1,6 @@ 11 11 DESTDIR= … … 25 25 LDLIBS += -L../lib -lnetlink -lutil 26 26 diff -Naur iproute2-2.6.16-060323.orig/netem/Makefile iproute2-2.6.16-060323/netem/Makefile 27 --- iproute2-2.6.16-060323.orig/netem/Makefile 2006-03-14 1 4:43:59.000000000 -050028 +++ iproute2-2.6.16-060323/netem/Makefile 2006-09- 08 20:15:25.000000000 -040027 --- iproute2-2.6.16-060323.orig/netem/Makefile 2006-03-14 11:43:59.000000000 -0800 28 +++ iproute2-2.6.16-060323/netem/Makefile 2006-09-28 22:07:52.059261910 -0700 29 29 @@ -4,6 +4,8 @@ 30 30 HOSTCC ?= $(CC) … … 49 49 clean: 50 50 diff -Naur iproute2-2.6.16-060323.orig/tc/Makefile iproute2-2.6.16-060323/tc/Makefile 51 --- iproute2-2.6.16-060323.orig/tc/Makefile 2005-07-05 1 8:11:37.000000000 -040052 +++ iproute2-2.6.16-060323/tc/Makefile 2006-09- 08 20:16:15.000000000 -040051 --- iproute2-2.6.16-060323.orig/tc/Makefile 2005-07-05 15:11:37.000000000 -0700 52 +++ iproute2-2.6.16-060323/tc/Makefile 2006-09-28 22:07:52.059261910 -0700 53 53 @@ -69,10 +69,10 @@ 54 54 $(AR) rcs $@ $(TCLIB) … … 64 64 65 65 clean: 66 diff -Naur iproute2-2.6.16-060323.orig/tc/m_ipt.c iproute2-2.6.16-060323/tc/m_ipt.c 67 --- iproute2-2.6.16-060323.orig/tc/m_ipt.c 2005-06-23 10:36:38.000000000 -0700 68 +++ iproute2-2.6.16-060323/tc/m_ipt.c 2006-09-28 22:08:49.337332801 -0700 69 @@ -48,7 +48,7 @@ 70 #endif 71 72 #ifndef IPT_LIB_DIR 73 -#define IPT_LIB_DIR "/usr/local/lib/iptables" 74 +#define IPT_LIB_DIR LIBDIR 75 #endif 76 77 #ifndef PROC_SYS_MODPROBE 66 78 diff -Naur iproute2-2.6.16-060323.orig/tc/q_netem.c iproute2-2.6.16-060323/tc/q_netem.c 67 --- iproute2-2.6.16-060323.orig/tc/q_netem.c 2005-12-09 1 9:01:02.000000000 -050068 +++ iproute2-2.6.16-060323/tc/q_netem.c 2006-09- 08 20:16:50.000000000 -040079 --- iproute2-2.6.16-060323.orig/tc/q_netem.c 2005-12-09 16:01:02.000000000 -0800 80 +++ iproute2-2.6.16-060323/tc/q_netem.c 2006-09-28 22:07:52.059261910 -0700 69 81 @@ -60,7 +60,7 @@ 70 82 char *line = NULL; … … 77 89 type, name, strerror(errno)); 78 90 diff -Naur iproute2-2.6.16-060323.orig/tc/tc.c iproute2-2.6.16-060323/tc/tc.c 79 --- iproute2-2.6.16-060323.orig/tc/tc.c 2005-10-07 12:33:21.000000000 -040080 +++ iproute2-2.6.16-060323/tc/tc.c 2006-09- 08 20:17:29.000000000 -040091 --- iproute2-2.6.16-060323.orig/tc/tc.c 2005-10-07 09:33:21.000000000 -0700 92 +++ iproute2-2.6.16-060323/tc/tc.c 2006-09-28 22:07:52.059261910 -0700 81 93 @@ -99,7 +99,7 @@ 82 94 if (strcmp(q->id, str) == 0)
Note:
See TracChangeset
for help on using the changeset viewer.