From 57b934e66a02037a1e053c5ed9e82277c8519cf7 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Tue, 24 Feb 2015 12:46:58 +0100 Subject: package/gdb: prevent shipped libbfd from cluttering the system wide one This lib won't get installed anyway, packages linking against libbfd should simply depend on the libbfd provided by binutils. --- package/gdb/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/gdb/Makefile') diff --git a/package/gdb/Makefile b/package/gdb/Makefile index 8cb1b5b8f..3dbe4d2f9 100644 --- a/package/gdb/Makefile +++ b/package/gdb/Makefile @@ -43,5 +43,7 @@ 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 ${ADK_TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3