summaryrefslogtreecommitdiffstats
path: root/recipe.d/0023-glib2
blob: 1325a31e5de0a8ec06d16606e98f24db650b4806 (plain)
1
2
3
4
5
6
7
        mcd $BUILDDIR/glib2
        # glib2 expects --enable-threads=yes to enable threads,
        #  anything else disables threads
        $SLACKSOURCE/glib2/glib-*/configure `echo $TCONFIGARGS | sed 's/posix/yes/'` --enable-static
        make $NUMJOBS
        make $NUMJOBS install