All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nfsim configure
@ 2006-03-04 12:18 Michael Leow
  0 siblings, 0 replies; only message in thread
From: Michael Leow @ 2006-03-04 12:18 UTC (permalink / raw)
  To: netfilter-devel

Greetings from the 7th Asia OSS Code Fest! 

    Hit the following problem while compiling using the following 
environment:- Linux 2.6.15.5 source and nfsim-20060303.  Due to a 
missing x_tables.c; the Makefile is not created.  Here is a simple patch 
for your consideration.


leow@xen:~/broken-nfsim/nfsim-fix$ diff -rN -u 
../nfsim-20060303/configure configure
--- ../nfsim-20060303/configure 2006-01-09 04:55:34.000000000 +0800
+++ configure   2006-03-04 15:55:47.000000000 +0800
@@ -107,6 +107,9 @@
            echo "import: netfilter/gen/$f" >> Makefile.import
        done
        cat $KERNELDIR/net/netfilter/Makefile | grep -v 
'^obj-$(CONFIG_NETFILTER)' | grep -v '^netfilter-objs' > 
netfilter/gen/Makefile
+    else
+       # Empty ... :(
+       touch netfilter/gen/Makefile
     fi
 fi




Regards,

Michael Leow
HighTraffic.com
(A Division of WebWork-Solutions Sdn Bhd)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-03-04 12:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-04 12:18 [PATCH] nfsim configure Michael Leow

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.