X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=net%2Fnufw%2FMakefile;h=40cf93cee836e7e899b0dcdb4328b8e30015437b;hb=258b910278cebe328bb4b46ab0981c147e37cab9;hp=d18097e73aac883f1c90ca0bb203bb661770e5cd;hpb=8fc79bdd9f51d19c3f57e88c65abc9e0c556b62d;p=packages.git diff --git a/net/nufw/Makefile b/net/nufw/Makefile index d18097e73..40cf93cee 100644 --- a/net/nufw/Makefile +++ b/net/nufw/Makefile @@ -16,6 +16,7 @@ PKG_SOURCE_URL:=http://www.nufw.org/download/nufw/ PKG_MD5SUM:=7eb500e7ddb3db622dc6c5d43b495c9a PKG_FIXUP:=libtool +PKG_REMOVE_FILES:=autogen.sh aclocal.m4 include $(INCLUDE_DIR)/package.mk @@ -71,7 +72,7 @@ CONFIGURE_ARGS += \ --with-libsasl-prefix="$(STAGING_DIR)/usr/" define Build/Configure - (cd $(PKG_BUILD_DIR) ; ./autogen.sh ) + (cd $(PKG_BUILD_DIR) ; test -x ./autogen.sh && ./autogen.sh || true) $(call Build/Configure/Default) endef