[packages] nufw: don't call autogen.sh
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24618 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8fc79bdd9f
commit
258b910278
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user