summaryrefslogtreecommitdiffstats
path: root/recipe.d/0008-curl
blob: c6b6ef57218e54322551e9fdafec3cc6d080e915 (plain)
1
2
3
4
5
6
7
#requires perl

        mcd $BUILDDIR/curl
        $SRC/curl-*/configure $TCONFIGARGS --disable-ipv6
        make $J
        make $J install