Always regenerate asterisk-1.4 configuration/menuconfig, prevents build failures...
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 21 Sep 2008 17:49:12 +0000 (17:49 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 21 Sep 2008 17:49:12 +0000 (17:49 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12646 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/asterisk-1.4.x/Makefile

index 0d6c4d1..43aee30 100644 (file)
@@ -385,6 +385,7 @@ endif
 
 
 define Build/Configure
+       -rm $(PKG_BUILD_DIR)/menuselect.makeopts
        ( cd $(PKG_BUILD_DIR); ./bootstrap.sh )
        $(call Build/Configure/Default,,$(SITE_VARS))
 endef