diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-24 17:45:47 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-24 17:45:47 +0000 |
commit | 5e940596accc87331547d4fb3fd8f46480dbc84b (patch) | |
tree | 35f76645233e3a3e4e15306bfee9bee30dd24457 /package/nocatsplash/Makefile | |
parent | aeb8996fc85e3329259d61b4ba139d67eaf7c6e6 (diff) |
fix nocatsplash build, when it doesn't find iptables
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1053 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/nocatsplash/Makefile')
-rw-r--r-- | package/nocatsplash/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/nocatsplash/Makefile b/package/nocatsplash/Makefile index 2327debb0..8820413e4 100644 --- a/package/nocatsplash/Makefile +++ b/package/nocatsplash/Makefile @@ -42,6 +42,7 @@ $(PKG_BUILD_DIR)/.configured: --mandir=/usr/share/man \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ + --with-firewall=iptables \ $(DISABLE_LARGEFILE) \ $(DISABLE_NLS) \ --with-glib-prefix="$(STAGING_DIR)/usr" \ |