[packages] Add missing libtool fixups
git-svn-id: svn+ssh://svn.openwrt.org/openwrt@19714 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
62ed30adf4
commit
9e83cb7308
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=quagga
|
PKG_NAME:=quagga
|
||||||
PKG_VERSION:=0.98.6
|
PKG_VERSION:=0.98.6
|
||||||
PKG_RELEASE:=4
|
PKG_RELEASE:=5
|
||||||
PKG_MD5SUM:=b0d4132039953a0214256873b7d23d68
|
PKG_MD5SUM:=b0d4132039953a0214256873b7d23d68
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://www.quagga.net/download/ \
|
PKG_SOURCE_URL:=http://www.quagga.net/download/ \
|
||||||
|
@ -21,6 +21,8 @@ PKG_CONFIG_DEPENDS:= \
|
||||||
CONFIG_PACKAGE_quagga-unstable-isisd \
|
CONFIG_PACKAGE_quagga-unstable-isisd \
|
||||||
CONFIG_PACKAGE_quagga-unstable-ripngd
|
CONFIG_PACKAGE_quagga-unstable-ripngd
|
||||||
|
|
||||||
|
PKG_FIXUP:=libtool
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/quagga/Default
|
define Package/quagga/Default
|
||||||
|
|
Loading…
Reference in a new issue