Browse Source

fixed iptables for system without or non-current /usr/src

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1846 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
c41a52e6c2
2 changed files with 5 additions and 2 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +4
    -2
      package/base/iptables/iptables.conf

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -5,6 +5,7 @@
- fixed torcs (delete lingering x86 objects files before the build)
- Sebastian Jaenicke: patched slrn
- Daniel Pischl: updated icewm and gkrellm
- fixed iptables for system without or non-current /usr/src/linux
*) 2003-11-21 (2.0.0-rc3 - 2.0.0-rc4)

+ 4
- 2
package/base/iptables/iptables.conf

@ -20,8 +20,10 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
var_append makeopt ' ' "PREFIX=$root/$prefix BINDIR=$root/sbin"
var_append makeinstopt ' ' "PREFIX=$root/$prefix BINDIR=$root/sbin"
# never ever use the kernel source - always use the installed headers
var_append makeopt ' ' "PREFIX=$root/$prefix BINDIR=$root/sbin \
KERNEL_DIR=$root/usr"
makeinstopt="$makeopt install"
runconf=0

Loading…
Cancel
Save