kumquat-buildroot/package/gdb
John Keeping 9fa5d641ac package/gdb: fix when gmp is installed on the host machine
gdb's AC_LIB_HAVE_LINKFLAGS macro hardcodes a search starting with
/usr/lib/ which can lead to libgmp from the wrong architecture with the
result that the test fails.  Even if a libgmp is found there it is now
the one that should be used.

This is the same macro used for expat and lzma for which there are
already specific CONF_OPTS flags added here.  Add the same flag for
libgmp and move the handling down so that it is logically grouped with
the other similar options.

Note that there is no --with(out)-gmp flag to configure, as the
dependency is mandatory, so only the --with-libgmp-prefix option is
specified.

Signed-off-by: John Keeping <john@metanate.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2022-03-07 22:43:45 +01:00
..
4ecb98fbc2f94dbe01b69384afbc515107de73df
9.2
10.2
11.2 package/gdb: bump 11.x version to 11.2 2022-03-05 15:06:29 +01:00
Config.in
Config.in.host package/gdb: bump 11.x version to 11.2 2022-03-05 15:06:29 +01:00
gdb-python-config
gdb.hash package/gdb: bump 11.x version to 11.2 2022-03-05 15:06:29 +01:00
gdb.mk package/gdb: fix when gmp is installed on the host machine 2022-03-07 22:43:45 +01:00