Changeset 1463997 for patches/iproute2-3.4.0-libdir-1.patch
- Timestamp:
- Oct 25, 2012, 1:14:48 PM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 315311a
- Parents:
- f001dfd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
patches/iproute2-3.4.0-libdir-1.patch
rf001dfd r1463997 12 12 13 13 diff -Naur iproute2-3.4.0.orig/Makefile iproute2-3.4.0/Makefile 14 --- iproute2-3.4.0.orig/Makefile 2012-05-21 21:12:19.000000000+000015 +++ iproute2-3.4.0/Makefile 2012-09-16 00:43:20.000000000+000016 @@ -1 3,7 +13,7 @@14 --- iproute2-3.4.0.orig/Makefile 2012-10-25 19:59:31.824412361 +0000 15 +++ iproute2-3.4.0/Makefile 2012-10-25 20:00:11.334366911 +0000 16 @@ -12,7 +12,7 @@ 17 17 18 18 SHARED_LIBS = y … … 24 24 endif 25 25 diff -Naur iproute2-3.4.0.orig/include/iptables.h iproute2-3.4.0/include/iptables.h 26 --- iproute2-3.4.0.orig/include/iptables.h 27 +++ iproute2-3.4.0/include/iptables.h 2012-09-16 00:43:20.000000000+000026 --- iproute2-3.4.0.orig/include/iptables.h 2012-05-21 21:12:19.000000000 +0000 27 +++ iproute2-3.4.0/include/iptables.h 2012-10-25 20:00:56.064367711 +0000 28 28 @@ -4,8 +4,12 @@ 29 29 #include "iptables_common.h" … … 41 41 #ifndef IPPROTO_SCTP 42 42 diff -Naur iproute2-3.4.0.orig/misc/arpd.c iproute2-3.4.0/misc/arpd.c 43 --- iproute2-3.4.0.orig/misc/arpd.c 44 +++ iproute2-3.4.0/misc/arpd.c 2012-09-16 00:43:20.000000000+000043 --- iproute2-3.4.0.orig/misc/arpd.c 2012-05-21 21:12:19.000000000 +0000 44 +++ iproute2-3.4.0/misc/arpd.c 2012-10-25 20:01:19.474370303 +0000 45 45 @@ -40,7 +40,7 @@ 46 46 int resolve_hosts; 47 47 48 DB 49 -char 48 DB *dbase; 49 -char *dbname = "/var/lib/arpd/arpd.db"; 50 50 +char *dbname = ARPDDIR "/arpd.db"; 51 51 52 int 53 int 52 int ifnum; 53 int *ifvec;
Note:
See TracChangeset
for help on using the changeset viewer.