All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Leow <michael@webwork-solutions.com>
To: netfilter-devel@lists.netfilter.org
Subject: [PATCH] nfsim configure
Date: Sat, 04 Mar 2006 20:18:35 +0800	[thread overview]
Message-ID: <4409859B.2070207@webwork-solutions.com> (raw)

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)

                 reply	other threads:[~2006-03-04 12:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4409859B.2070207@webwork-solutions.com \
    --to=michael@webwork-solutions.com \
    --cc=netfilter-devel@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.