summaryrefslogtreecommitdiffstats
path: root/recipe.d/0021-gettext
blob: 2a066c6e193febeb41dbc72245a9eb5f47604021 (plain)
1
2
3
4
5
6
7
8
#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