net/quagga: honor configure.ac patch changes
git-svn-id: svn+ssh://svn.openwrt.org/openwrt@23665 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
26ff1371f8
commit
093a3d434e
1 changed files with 7 additions and 0 deletions
7
Makefile
7
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/
|
||||
|
|
Loading…
Reference in a new issue