From 5737c1ce8db194cf0629e80bdd128c130990d735 Mon Sep 17 00:00:00 2001 From: Jaromir Capik Date: Nov 05 2015 16:08:59 +0000 Subject: Adding STAGE2 bootstrap recipe https://fedorahosted.org/fpc/ticket/529 --- diff --git a/STAGE2-gettext b/STAGE2-gettext new file mode 100644 index 0000000..dd61b05 --- /dev/null +++ b/STAGE2-gettext @@ -0,0 +1,9 @@ +#requires bison +#requires libtool + +mcd $BUILDDIR/gettext + +$SRC/gettext-*/configure $TCONFIGARGS --disable-static --enable-shared --with-pic-=yes --disable-csharp --disable-rpath + +make $J +make $J install