From: Hauke Mehrtens Date: Sun, 7 Nov 2021 16:14:16 +0000 (+0100) Subject: gdb: Add explicit patch to libgmp X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=84616a1725ad274852a7bb016c25653627505714;p=openwrt%2Fstaging%2Fjow.git gdb: Add explicit patch to libgmp Without giving the patch gdb does not compile on Arch Linux. Signed-off-by: Hauke Mehrtens --- diff --git a/package/devel/gdb/Makefile b/package/devel/gdb/Makefile index 9e20644b04..f474502869 100644 --- a/package/devel/gdb/Makefile +++ b/package/devel/gdb/Makefile @@ -62,7 +62,11 @@ CONFIGURE_ARGS+= \ --disable-ubsan \ --disable-sim \ --disable-werror \ - --disable-source-highlight + --disable-source-highlight \ + --without-mpc \ + --without-mpfr \ + --without-isl \ + --with-libgmp-prefix=$(STAGING_DIR)/usr CONFIGURE_VARS+= \ ac_cv_search_tgetent="$(TARGET_LDFLAGS) -lncurses -lreadline"