source:
patches/iproute2-2.6.28-libdir-1.patch@
9ff17c6
Last change on this file since 9ff17c6 was f5eb07a, checked in by , 16 years ago | |
---|---|
|
|
File size: 1.5 KB |
-
iproute2-2.6.28
Submitted By: Jim Gifford < jim at cross-lfs dot org> Date: 2009-01-30 Upstream Status: Unknown Origin: Joe Ciccone Description: This patch gives the ability to change the libdir. Updated for Iproute2-2.6.28 by Jim Gifford diff -Naur iproute2-2.6.28.orig/Config iproute2-2.6.28/Config
old new 1 # Generated config based on /tmp/iproute2-2.6.28.orig/include -
include/iptables.h
diff -Naur iproute2-2.6.28.orig/include/iptables.h iproute2-2.6.28/include/iptables.h
old new 4 4 #include "iptables_common.h" 5 5 #include "libiptc/libiptc.h" 6 6 7 #ifndef LIBDIR 8 #define LIBDIR "/lib" 9 #endif 10 7 11 #ifndef IPT_LIB_DIR 8 #define IPT_LIB_DIR "/usr/local/lib/iptables"12 #define IPT_LIB_DIR LIBDIR "/iptables" 9 13 #endif 10 14 11 15 #ifndef IPPROTO_SCTP -
netem/Makefile
diff -Naur iproute2-2.6.28.orig/netem/Makefile iproute2-2.6.28/netem/Makefile
old new 20 20 $(HOSTCC) $(CCOPTS) -I../include -o $@ $@.c -lm 21 21 22 22 install: all 23 mkdir -p $(DESTDIR) /lib/tc23 mkdir -p $(DESTDIR)$(LIBDIR)/tc 24 24 for i in $(DISTDATA); \ 25 do install -m 755 $$i $(DESTDIR) /lib/tc; \25 do install -m 755 $$i $(DESTDIR)$(LIBDIR)/tc; \ 26 26 done 27 27 28 28 clean:
Note:
See TracBrowser
for help on using the repository browser.