--- buildtools/scripts/abi_gen.sh.orig 2019-01-15 10:07:00 UTC +++ buildtools/scripts/abi_gen.sh @@ -9,13 +9,14 @@ GDBSCRIPT="gdb_syms.$$" cat < $GDBSCRIPT # forcing the terminal avoids a problem on Fedora12 -TERM=none gdb -n -batch -x $GDBSCRIPT "$SHAREDLIB" < /dev/null +TERM=none %%GDB_CMD%% -n -batch -x $GDBSCRIPT "$SHAREDLIB" < /dev/null | sed -e 's/:type =/:/g' rm -f $GDBSCRIPT