We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ae951 commit 293e7e4Copy full SHA for 293e7e4
packages/macos/openocd/build-openocd.sh
@@ -8,7 +8,7 @@ sed -i '' -e 's/@ref{linuxgpiod, linuxgpiod}/@b{linuxgpiod}/g' doc/openocd.texi
8
./bootstrap
9
# See https://github.com/raspberrypi/openocd/issues/30
10
# ./configure --disable-werror CAPSTONE_CFLAGS="$(pkg-config capstone --cflags | sed s/.capstone\$//)"
11
-./configure --disable-werror
+./configure --disable-werror --enable-parport=no
12
make clean
13
make
14
INSTALLDIR="$PWD/../openocd-install/usr/local/bin"
0 commit comments