gconv-modules depends on glibc. Set gconv-modules version from glibc
authorDaniel Dickinson <crazycshore@gmail.com>
Mon, 25 Jan 2010 00:50:39 +0000 (00:50 +0000)
committerDaniel Dickinson <crazycshore@gmail.com>
Mon, 25 Jan 2010 00:50:39 +0000 (00:50 +0000)
version.

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

libs/gconv-modules/Makefile

index 2bff5a6eefe65f3ac74335307fc5d797fc15c1b7..6e0f7fcaa82db6285254570d3e58c8a644ad6050 100644 (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