From: Michael Tremer Date: Sun, 21 Dec 2008 15:10:40 +0000 (+0100) Subject: Revert "Let gettext use glibc's regex." X-Git-Tag: v3.0-alpha1~362^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ec70d2d7b2f19c21b8fa7156ad9ea6ae4c028e01;p=ipfire-3.x.git Revert "Let gettext use glibc's regex." This reverts commit 76479914aa88d10dcb8ba481e6f7ff513f27883d. Got some errors with the testsuite :( --- diff --git a/lfs/gettext b/lfs/gettext index 62a1f472a..009d95a3c 100644 --- a/lfs/gettext +++ b/lfs/gettext @@ -62,11 +62,10 @@ ifeq "$(STAGE)" "toolchain" ./configure \ $(CONFIGURE_ARCH) \ --prefix=$(TOOLS_DIR) \ - --disable-libasprintf \ - --without-csharp \ - --without-included-regex - cd $(DIR_APP)/gettext-tools && make #$(PARALLELISMFLAGS) - cd $(DIR_APP)/gettext-tools && make install + --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 endif ifeq "$(STAGE)" "base"