wok diff iptables/receipt @ rev 6884

Up: vlc to 1.14.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 21 00:34:45 2010 +0000 (2010-10-21)
parents 2dc1efbb8f14
children 9824eeea5e7c
line diff
     1.1 --- a/iptables/receipt	Fri Sep 17 15:53:57 2010 +0000
     1.2 +++ b/iptables/receipt	Thu Oct 21 00:34:45 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 \