X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=libs%2Fgconv-modules%2FMakefile;h=6e0f7fcaa82db6285254570d3e58c8a644ad6050;hp=15931e33ed96c65116ee208655966ade42e978f0;hb=45f4d081b46ad344bc6b1c14acce4bd1038aa662;hpb=027261c0d3ade988e6795ebd94e15ec9c4dafdca diff --git a/libs/gconv-modules/Makefile b/libs/gconv-modules/Makefile index 15931e33ed..6e0f7fcaa8 100644 --- a/libs/gconv-modules/Makefile +++ b/libs/gconv-modules/Makefile @@ -8,16 +8,15 @@ 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 define Package/gconv-modules SECTION:=libs - CATEGORY:=Base system + CATEGORY:=Libraries DEPENDS:=@USE_GLIBC - DEFAULT:=y TITLE:=The GNU libc charset conversion modules endef