From e1a2074cb3dfb30a7461d27cbae2fd56c2da6904 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 19 Sep 2016 17:09:27 -0700 Subject: [PATCH] iOS build: adjust configure flag for libdivecomputer Signed-off-by: Dirk Hohndel --- packaging/ios/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/ios/build.sh b/packaging/ios/build.sh index c3af0aa1d..e48feec90 100644 --- a/packaging/ios/build.sh +++ b/packaging/ios/build.sh @@ -351,7 +351,7 @@ echo next building for $ARCH if [ ! -e $PKG_CONFIG_LIBDIR/libdivecomputer.pc ] ; then mkdir -p libdivecomputer-build-$ARCH pushd libdivecomputer-build-$ARCH - ../libdivecomputer/configure --host=${BUILDCHAIN} --prefix=${PREFIX} --enable-static --disable-shared --enable-examples=no --disable-libusb --disable-hidapi + ../libdivecomputer/configure --host=${BUILDCHAIN} --prefix=${PREFIX} --enable-static --disable-shared --enable-examples=no --without-libusb --disable-hidapi make make install popd