Adding STAGE2 bootstrap recipe

https://fedorahosted.org/fpc/ticket/529
This commit is contained in:
Jaromir Capik 2015-11-05 17:08:59 +01:00
parent c772d8ea58
commit 5737c1ce8d

9
STAGE2-gettext Normal file
View File

@ -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