summaryrefslogtreecommitdiff
path: root/package/gdb
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-31 11:43:10 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-31 11:43:52 +0200
commitb0b05ceb8e0a92c2eda3a98fa7e25eb5929a1ea4 (patch)
tree908239553de00dad29612f354c4e08bd152d98a1 /package/gdb
parentb7987c21aead55263d6740cb7204e20478330211 (diff)
do not install libiberty in staging area
Diffstat (limited to 'package/gdb')
-rw-r--r--package/gdb/Makefile4
1 files changed, 2 insertions, 2 deletions
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