a0a99ccd80
rhbz#497344 still broken. tc_modules.patch brings correct paths to xtables, but that doesn't fix whole issue. - 497355 ip should allow creation of an IPsec SA with 'proto any' and specified sport and dport as selectors
12 lines
421 B
Diff
12 lines
421 B
Diff
diff -up iproute2-2.6.29/iproute2-2.6.29/Makefile.kernel iproute2-2.6.29/iproute2-2.6.29/Makefile
|
|
--- iproute2-2.6.29/Makefile.kernel 2008-07-25 22:46:07.000000000 +0200
|
|
+++ iproute2-2.6.29/Makefile 2008-08-12 14:19:58.000000000 +0200
|
|
@@ -3,6 +3,7 @@ SBINDIR=/sbin
|
|
CONFDIR=/etc/iproute2
|
|
DOCDIR=/share/doc/iproute2
|
|
MANDIR=/share/man
|
|
+KERNEL_INCLUDE=/usr/include
|
|
|
|
# Path to db_185.h include
|
|
DBM_INCLUDE:=/usr/include
|