Parcourir la source

gdb: Add explicit patch to libgmp

Without giving the patch gdb does not compile on Arch Linux.

Signed-off-by: Hauke Mehrtens <[email protected]>
Hauke Mehrtens il y a 4 ans
Parent
commit
84616a1725
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 5 1
      package/devel/gdb/Makefile

+ 5 - 1
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"