gettext/STAGE2-gettext
Igor Gnatenko 35c094b5df
Revert "gettext fails to build from source: https://bugzilla.redhat.com/show_bug.cgi?id=1674958"
This reverts commit 2b1ba2ed02.

https://pagure.io/releng/issue/8596

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2019-08-09 09:21:31 +02:00

10 lines
203 B
Plaintext

#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