update snort to 2.4.4 (thanks to Richard Nadeau)
[openwrt.git] / openwrt / package / nocatsplash / Makefile
index 2327deb..4d2120e 100644 (file)
@@ -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" \
@@ -57,7 +58,7 @@ $(PKG_BUILD_DIR)/.built:
 
 $(IPKG_NOCATSPLASH):
        mkdir -p $(IDIR_NOCATSPLASH)
-       cp -fpR $(PKG_INSTALL_DIR)/* $(IDIR_NOCATSPLASH)/ 
+       $(CP) $(PKG_INSTALL_DIR)/* $(IDIR_NOCATSPLASH)/ 
        $(RSTRIP) $(IDIR_NOCATSPLASH)
        $(IPKG_BUILD) $(IDIR_NOCATSPLASH) $(PACKAGE_DIR)
 
This page took 0.026709 seconds and 4 git commands to generate.