summaryrefslogtreecommitdiffstats
path: root/recipe.d/0010-pcre
blob: bfcb1dd804bda508f2633a2e1030f6d5fd7c2765 (plain)
1
2
3
4
5
6
7
# install fails if these files already exist!
rm -f /usr/share/man/man3/pcre* || true
        mcd $BUILDDIR/pcre
        $SRC/pcre-*/configure $TCONFIGARGS
        make $J
        make $J install