        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

