From 097c0414b0076a23898b130cb6a989e8650502e9 Mon Sep 17 00:00:00 2001 From: "Alexandros C. Couloumbis" Date: Wed, 27 Oct 2010 13:20:36 +0000 Subject: [PATCH 1/1] net/quagga: honor configure.ac patch changes SVN-Revision: 23665 --- net/quagga/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 19f6f4c165..4fe10f4dda 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.30.2