include Config
PKG_NAME = glibc
-PKG_VER = 2.9
+PKG_VER = 2.10.1
PKG_REL = 0
THISAPP = $(PKG_NAME)-$(PKG_VER)
###############################################################################
objects = $(DL_FILE) \
- $(PKG_NAME)-libidn-$(PKG_VER).tar.bz2 \
$(THISAPP)-pt_pax-1.patch \
$(THISAPP)-strlcpy_strlcat-1.patch \
$(THISAPP)-asprintf_reset2null-1.patch \
@rm -rf $(DIR_APP) $(DIR_SRC)/glibc-build && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE)
@mkdir $(DIR_SRC)/glibc-build
- # Extracting libidn
- cd $(DIR_APP) && $(EXTRACTOR) $(DIR_DL)/$(PKG_NAME)-libidn-$(PKG_VER).tar.bz2
- cd $(DIR_APP) && mv -v $(PKG_NAME)-libidn-$(PKG_VER) libidn
-
# In the vi_VN.TCVN locale, bash enters an infinite loop at startup. It is
# unknown whether this is a bash bug or a Glibc problem. Disable
# installation of this locale in order to avoid the problem.