projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b988936
)
[packages] nufw: don't call autogen.sh
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 16 Dec 2010 12:08:33 +0000
(12:08 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 16 Dec 2010 12:08:33 +0000
(12:08 +0000)
SVN-Revision: 24618
net/nufw/Makefile
patch
|
blob
|
history
diff --git
a/net/nufw/Makefile
b/net/nufw/Makefile
index d18097e73aac883f1c90ca0bb203bb661770e5cd..40cf93cee836e7e899b0dcdb4328b8e30015437b 100644
(file)
--- 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