From 45f4d081b46ad344bc6b1c14acce4bd1038aa662 Mon Sep 17 00:00:00 2001 From: Daniel Dickinson 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 SVN-Revision: 19323 --- 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 2bff5a6eef..6e0f7fcaa8 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.30.2