Compare commits

...

5 Commits
rawhide ... f21

Author SHA1 Message Date
Jaromir Capik 66812fb41b Adding STAGE2 bootstrap recipe
https://fedorahosted.org/fpc/ticket/529
2015-11-05 17:11:02 +01:00
Daiki Ueno 70de5c02c6 Merge branch 'master' into f21 2014-12-31 11:51:36 +09:00
Daiki Ueno c5afb4767a Merge branch 'master' into f21 2014-12-26 18:01:56 +09:00
Peter Robinson fb6f184bd2 Disable the test_lock test as it often hangs on a number of arches 2014-10-28 16:10:45 +00:00
Peter Robinson 945b0da401 add patch 2014-10-28 16:05:57 +00:00
1 changed files with 9 additions and 0 deletions

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