]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Let gettext use glibc's regex.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 21 Dec 2008 11:57:47 +0000 (12:57 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 21 Dec 2008 11:57:47 +0000 (12:57 +0100)
lfs/gettext

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