summaryrefslogtreecommitdiffstats
path: root/recipe.d/0023-glib2
blob: 294be35cb723dc14a47573eac4948834068d5575 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
        mcd $BUILDDIR/glib2
        # glib2 expects --enable-threads=yes to enable threads,
        #  anything else disables threads

	GIO=`cd $SRC/glib-*/gio; pwd`
	sed 's@gdbus-2.0/codegen@@g' $GIO/Makefile.in | sed 's/ tests$//' > $GIO/Makefile.stage2
	mv $GIO/Makefile.stage2 $GIO/Makefile.in

        $SRC/glib-*/configure `echo $TCONFIGARGS | sed 's/posix/yes/'` --enable-static
        make $J
        make $J install