Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
:
netflow
>
ipt-netflow
> ipt-netflow-makefile.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File ipt-netflow-makefile.patch of Package ipt-netflow (Revision 2)
Currently displaying revision
2
,
show latest
--- Makefile.orig 2008-08-16 16:51:27.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 -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: make -C $(KDIR) M=$(PWD) modules minstall: