diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 142b9f5f6..fffc2066e 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -180,6 +180,7 @@ CONFIGURE_ARGS+= \ define Build/Configure (cd $(PKG_BUILD_DIR); rm -rf config.{cache,status}; \ + autoconf \ ); $(call Build/Configure/Default) endef