Skip to content

Commit

Permalink
gdb: Add explicit patch to libgmp
Browse files Browse the repository at this point in the history
Without giving the patch gdb does not compile on Arch Linux.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
  • Loading branch information
hauke committed Nov 7, 2021
1 parent 184d072 commit 84616a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package/devel/gdb/Makefile
Expand Up @@ -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"
Expand Down

0 comments on commit 84616a1

Please sign in to comment.