From 56363ab938bb31a9807f87e3f16c5ffd2f1226b9 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 30 Oct 2015 15:38:28 +0100 Subject: [PATCH] sigrok-native-macosx: Enable libsigrok Java bindings. These seem to build fine now. --- cross-compile/macosx/sigrok-native-macosx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cross-compile/macosx/sigrok-native-macosx b/cross-compile/macosx/sigrok-native-macosx index 7ec0ccf..8dc40a6 100755 --- a/cross-compile/macosx/sigrok-native-macosx +++ b/cross-compile/macosx/sigrok-native-macosx @@ -89,7 +89,7 @@ cd libsigrok ./autogen.sh mkdir build cd build -PKG_CONFIG_PATH=$P ../configure $C --disable-java +PKG_CONFIG_PATH=$P ../configure $C $SB make $PARALLEL $V PYTHONPATH=$PYPATH $SB make install $V $SB make check $V -- 2.30.2