From 473826023c77fca93f08f96118d6fe2752bc8b27 Mon Sep 17 00:00:00 2001 From: acoul Date: Wed, 27 Oct 2010 13:20:36 +0000 Subject: [PATCH] net/quagga: honor configure.ac patch changes git-svn-id: svn://svn.openwrt.org/openwrt/packages@23665 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/quagga/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 19f6f4c16..4fe10f4dd 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -157,6 +157,13 @@ ifneq ($(CONFIG_PACKAGE_quagga-ripngd),) CONFIGURE_ARGS+= --enable-ripngd endif +define Build/Configure + (cd $(PKG_BUILD_DIR); rm -rf config.{cache,status}; \ + autoconf \ + ); + $(call Build/Configure/Default) +endef + define Package/quagga/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/zebra $(1)/usr/sbin/ -- 2.11.0