fix compile problem brcm-2.6
[openwrt.git] / openwrt / package / nocatsplash / Makefile
index b869a63..4d2120e 100644 (file)
@@ -42,22 +42,23 @@ $(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" \
        )
-       touch $(PKG_BUILD_DIR)/.configured
+       touch $@
 
 $(PKG_BUILD_DIR)/.built:
        mkdir -p $(PKG_INSTALL_DIR)
        $(MAKE) -C $(PKG_BUILD_DIR) \
                DESTDIR="$(PKG_INSTALL_DIR)" \
                all install
-       touch $(PKG_BUILD_DIR)/.built
+       touch $@
 
 $(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.022576 seconds and 4 git commands to generate.