--- buildtools/scripts/abi_gen.sh.orig 2016-01-26 11:45:46 UTC +++ buildtools/scripts/abi_gen.sh @@ -9,6 +9,7 @@ GDBSCRIPT="gdb_syms.$$" cat < $GDBSCRIPT # forcing the terminal avoids a problem on Fedora12 -TERM=none gdb -batch -x $GDBSCRIPT "$SHAREDLIB" < /dev/null +TERM=none %%GDB_CMD%% -batch -x $GDBSCRIPT "$SHAREDLIB" < /dev/null rm -f $GDBSCRIPT