Changeset ad01a6a


Ignore:
Timestamp:
Oct 21, 2006, 10:36:46 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
add0598
Parents:
099d37d
Message:

Updated book patches

Location:
patches
Files:
3 deleted
1 moved

Legend:

Unmodified
Added
Removed
  • patches/iproute2-2.6.18-061002-libdir-1.patch

    r099d37d rad01a6a  
    11Submitted By: Joe Ciccone <jciccone@linuxfromscratch.org>
    2 Date: 2006-09-04
     2Date: 2006-09-28
    33Upstream Status: Unknown
    44Origin: Joe Ciccone
     
    66
    77diff -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 18:08:47.000000000 -0400
    9 +++ iproute2-2.6.16-060323/Makefile     2006-09-08 20:18:32.000000000 -0400
     8--- 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
    1010@@ -1,5 +1,6 @@
    1111 DESTDIR=
     
    2525 LDLIBS += -L../lib -lnetlink -lutil
    2626diff -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 14:43:59.000000000 -0500
    28 +++ iproute2-2.6.16-060323/netem/Makefile       2006-09-08 20:15:25.000000000 -0400
     27--- 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
    2929@@ -4,6 +4,8 @@
    3030 HOSTCC ?= $(CC)
     
    4949 clean:
    5050diff -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 18:11:37.000000000 -0400
    52 +++ iproute2-2.6.16-060323/tc/Makefile  2006-09-08 20:16:15.000000000 -0400
     51--- 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
    5353@@ -69,10 +69,10 @@
    5454        $(AR) rcs $@ $(TCLIB)
     
    6464 
    6565 clean:
     66diff -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
    6678diff -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 19:01:02.000000000 -0500
    68 +++ iproute2-2.6.16-060323/tc/q_netem.c 2006-09-08 20:16:50.000000000 -0400
     79--- 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
    6981@@ -60,7 +60,7 @@
    7082        char *line = NULL;
     
    7789                        type, name, strerror(errno));
    7890diff -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 -0400
    80 +++ iproute2-2.6.16-060323/tc/tc.c      2006-09-08 20:17:29.000000000 -0400
     91--- 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
    8193@@ -99,7 +99,7 @@
    8294                if (strcmp(q->id, str) == 0)
Note: See TracChangeset for help on using the changeset viewer.