File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ export CFLAGS=-static
66export LDFLAGS=-static
77
88cd openocd
9+ sed -i ' s/@ref{linuxgpiod, linuxgpiod}/@b{linuxgpiod}/g' doc/openocd.texi
10+
911./bootstrap
1012./configure --disable-werror
1113make clean
Original file line number Diff line number Diff line change 33set -euo pipefail
44
55cd openocd
6+ sed -i ' s/@ref{linuxgpiod, linuxgpiod}/@b{linuxgpiod}/g' doc/openocd.texi
7+
68./bootstrap
79# See https://github.com/raspberrypi/openocd/issues/30
810# ./configure --disable-werror CAPSTONE_CFLAGS="$(pkg-config capstone --cflags | sed s/.capstone\$//)"
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ INSTALLDIR="openocd-install"
77
88cd openocd
99
10+ sed -i ' s/@ref{linuxgpiod, linuxgpiod}/@b{linuxgpiod}/g' doc/openocd.texi
11+
1012cd jimtcl
1113./configure
1214make
You can’t perform that action at this time.
0 commit comments