From b0b05ceb8e0a92c2eda3a98fa7e25eb5929a1ea4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 31 May 2014 11:43:10 +0200 Subject: do not install libiberty in staging area --- package/gdb/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/gdb/Makefile') diff --git a/package/gdb/Makefile b/package/gdb/Makefile index a69cc580c..908f87b65 100644 --- a/package/gdb/Makefile +++ b/package/gdb/Makefile @@ -26,6 +26,8 @@ CONFIGURE_ARGS+= --without-uiout \ --without-python \ --without-included-gettext \ --without-auto-load-safe-path \ + --disable-install-libiberty \ + --disable-install-libbfd \ --with-curses \ --enable-gdbmi @@ -36,7 +38,5 @@ XAKE_FLAGS+= GCC_HONOUR_COPTS:=s gdb-install: ${INSTALL_DIR} ${IDIR_GDB}/usr/bin ${INSTALL_BIN} ${WRKINST}/usr/bin/gdb ${IDIR_GDB}/usr/bin/ - # shipped libbfd conflicts with system wide one - rm -f ${WRKINST}/usr/lib/libbfd* include ${TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3