From: agb Date: Fri, 13 Aug 2010 03:32:40 +0000 (+0000) Subject: [packages] net/nufw: run of autogen.sh needed with recent versions of libtool X-Git-Url: http://git.archive.openwrt.org/?p=packages.git;a=commitdiff_plain;h=5f474304a25b58e060740b6358a4d6c24ce75c74 [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 --- diff --git a/net/nufw/Makefile b/net/nufw/Makefile index fcb9bd793..d18097e73 100644 --- a/net/nufw/Makefile +++ b/net/nufw/Makefile @@ -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) \