From 517e451f29a59a9bc9a11b08d725686e4143d949 Mon Sep 17 00:00:00 2001 From: cshore Date: Mon, 25 Jan 2010 00:50:39 +0000 Subject: [PATCH] gconv-modules depends on glibc. Set gconv-modules version from glibc version. Signed-off-by: Zintis Petersons git-svn-id: svn://svn.openwrt.org/openwrt/packages@19323 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/gconv-modules/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libs/gconv-modules/Makefile b/libs/gconv-modules/Makefile index 2bff5a6ee..6e0f7fcaa 100644 --- a/libs/gconv-modules/Makefile +++ b/libs/gconv-modules/Makefile @@ -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 -- 2.11.0