gconv-modules depends on glibc. Set gconv-modules version from glibc

version.

Signed-off-by: Zintis Petersons <zintis.petersons@e-mail.lv>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@19323 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
cshore 2010-01-25 00:50:39 +00:00
parent 40dbf5905e
commit 517e451f29

View File

@ -8,8 +8,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=gconv-modules
PKG_VERSION:=1
PKG_RELEASE:=1
PKG_VERSION:=$(CONFIG_GLIBC_VERSION)
PKG_RELEASE:=2
include $(INCLUDE_DIR)/package.mk
@ -17,7 +17,6 @@ define Package/gconv-modules
SECTION:=libs
CATEGORY:=Libraries
DEPENDS:=@USE_GLIBC
DEFAULT:=n
TITLE:=The GNU libc charset conversion modules
endef