X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/c32c21b158a27bf529d425db1c2e30ac9fa5ddc4..fc9f36c3d4bfc94cfcd5200fcc5d57e5a176922b:/package/nocatsplash/Makefile?ds=sidebyside diff --git a/package/nocatsplash/Makefile b/package/nocatsplash/Makefile index b869a63f6..8820413e4 100644 --- a/package/nocatsplash/Makefile +++ b/package/nocatsplash/Makefile @@ -42,18 +42,19 @@ $(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)