Changes of Revision 2
[-] [+] | Changed | ipt-netflow.spec |
[-] [+] | Changed | ipt-netflow-makefile.patch ^ |
@@ -1,11 +1,13 @@ --- Makefile.orig 2008-08-16 16:51:27.000000000 +0200 -+++ Makefile 2008-08-16 16:53:21.000000000 +0200 ++++ Makefile 2008-08-16 18:44:55.000000000 +0200 @@ -1,8 +1,8 @@ obj-m = ipt_NETFLOW.o - KVERSION = $(shell uname -r) - KDIR = /lib/modules/$(KVERSION)/build +-KVERSION = $(shell uname -r) +-KDIR = /lib/modules/$(KVERSION)/build -IPTDIR = ../iptables-1.3.7-20070329 -IPTABLES_VERSION = 1.3.7-20070329 ++KVERSION := $(shell uname -r) ++KDIR := /lib/modules/$(KVERSION)/build +IPTDIR = %IPTSRCDIR% +IPTABLES_VERSION = %IPTVERSION% all: |