[packages] net/nufw: run of autogen.sh needed with recent versions of libtool

git-svn-id: svn://svn.openwrt.org/openwrt/packages@22616 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
agb 2010-08-13 03:32:40 +00:00
parent e8f2af729b
commit 5f474304a2

View File

@ -70,6 +70,11 @@ CONFIGURE_ARGS += \
--with-libgcrypt-prefix="$(STAGING_DIR)/usr/" \
--with-libsasl-prefix="$(STAGING_DIR)/usr/"
define Build/Configure
(cd $(PKG_BUILD_DIR) ; ./autogen.sh )
$(call Build/Configure/Default)
endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) \