From: Michael Tremer Date: Sun, 21 Dec 2008 11:57:47 +0000 (+0100) Subject: Let gettext use glibc's regex. X-Git-Tag: v3.0-alpha1~362^2~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=76479914aa88d10dcb8ba481e6f7ff513f27883d;p=ipfire-3.x.git Let gettext use glibc's regex. --- diff --git a/lfs/gettext b/lfs/gettext index 009d95a3c..62a1f472a 100644 --- a/lfs/gettext +++ b/lfs/gettext @@ -62,10 +62,11 @@ ifeq "$(STAGE)" "toolchain" ./configure \ $(CONFIGURE_ARCH) \ --prefix=$(TOOLS_DIR) \ - --disable-shared - cd $(DIR_APP)/gettext-tools && make -C gnulib-lib - cd $(DIR_APP)/gettext-tools && make -C src msgfmt - cd $(DIR_APP)/gettext-tools && cp -v src/msgfmt $(TOOLS_DIR)/bin + --disable-libasprintf \ + --without-csharp \ + --without-included-regex + cd $(DIR_APP)/gettext-tools && make #$(PARALLELISMFLAGS) + cd $(DIR_APP)/gettext-tools && make install endif ifeq "$(STAGE)" "base"