jjb: tools: mark build as aborted on timeout.
[lttng-ci.git] / scripts / liburcu / build.sh
index 7924a06435b4da85924e1140be5299bbbebce733..ed976297c1f41af719bde137732ac62f0dee9776 100755 (executable)
@@ -189,7 +189,7 @@ sol11-i386)
     export PKG_CONFIG_PATH="/usr/lib/pkgconfig"
     ;;
 
-macosx)
+macos*)
     export MAKE=make
     export TAR=tar
     export NPROC="getconf _NPROCESSORS_ONLN"
@@ -200,6 +200,16 @@ macosx)
     export PYTHON_CONFIG="python3-config"
     ;;
 
+freebsd)
+    export MAKE=gmake
+    export TAR=tar
+    export NPROC="getconf _NPROCESSORS_ONLN"
+    export CPPFLAGS="-I/usr/local/include"
+    export LDFLAGS="-L/usr/local/lib"
+    export PYTHON="python3"
+    export PYTHON_CONFIG="python3-config"
+    ;;
+
 *)
     export MAKE=make
     export TAR=tar
This page took 0.023372 seconds and 4 git commands to generate.