From dbb81c6054d70e3ab797f7830837402a97e93db1 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 28 Oct 2013 18:42:50 +0100 Subject: disable auto-load-safe-path, to inhibit errors when /lib32 is used on lemote --- package/gdb/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'package/gdb/Makefile') diff --git a/package/gdb/Makefile b/package/gdb/Makefile index 1587c2c58..686ea3497 100644 --- a/package/gdb/Makefile +++ b/package/gdb/Makefile @@ -28,6 +28,7 @@ CONFIGURE_ARGS+= --without-uiout --enable-gdbmi \ --disable-tui --disable-gdbtk --without-x \ --without-included-gettext --disable-sim \ --with-curses --disable-werror \ + --without-auto-load-safe-path \ --disable-gdbserver \ --without-python XAKE_FLAGS+= LDFLAGS='${TARGET_LDFLAGS}' -- cgit v1.2.3