]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Revert "Let gettext use glibc's regex."
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 21 Dec 2008 15:10:40 +0000 (16:10 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 21 Dec 2008 15:10:40 +0000 (16:10 +0100)
This reverts commit 76479914aa88d10dcb8ba481e6f7ff513f27883d.

Got some errors with the testsuite :(

lfs/gettext

index 62a1f472ac5ee4ac9509f4b480786db60bcab55d..009d95a3c1a1db1e267c9a448929c2353a186974 100644 (file)
@@ -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"