summaryrefslogtreecommitdiffstats
path: root/recipe.d/0023-glib2
diff options
context:
space:
mode:
Diffstat (limited to 'recipe.d/0023-glib2')
-rw-r--r--recipe.d/0023-glib27
1 files changed, 7 insertions, 0 deletions
diff --git a/recipe.d/0023-glib2 b/recipe.d/0023-glib2
new file mode 100644
index 0000000..1325a31
--- /dev/null
+++ b/recipe.d/0023-glib2
@@ -0,0 +1,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
+