diff options
Diffstat (limited to 'package/gdb/Makefile')
-rw-r--r-- | package/gdb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/gdb/Makefile b/package/gdb/Makefile index 0d91b5600..223d603d8 100644 --- a/package/gdb/Makefile +++ b/package/gdb/Makefile @@ -33,5 +33,7 @@ pre-build: post-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 |