wok rev 6873

Added linux-module-headers to iptables build depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 20 21:15:50 2010 +0000 (2010-10-20)
parents 4d5019aba2d2
children be5c4b840f57
files iptables/receipt
line diff
     1.1 --- a/iptables/receipt	Wed Oct 20 21:05:21 2010 +0000
     1.2 +++ b/iptables/receipt	Wed Oct 20 21:15:50 2010 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="Packet filtering framework (Firewall)."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="linux-netfilter"
     1.7 +BUILD_DEPENDS="linux-module-headers"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://www.netfilter.org/"
    1.10  WGET_URL="http://www.netfilter.org/projects/iptables/files/$TARBALL"
    1.11 @@ -15,11 +16,9 @@
    1.12  compile_rules()
    1.13  {
    1.14  	cd $src
    1.15 -	if [ ! -d $WOK/linux/taz ]; then
    1.16 -		tazwok cook linux
    1.17 -	fi
    1.18 +
    1.19  	# Set the right Kernel path to compile.
    1.20 -	KERNEL_PATH="$WOK/linux/linux-*"
    1.21 +	KERNEL_PATH="/usr/src/linux"
    1.22  	./configure \
    1.23  		--prefix=/usr \
    1.24  		--libexecdir=/usr/lib/iptables \