diff options
Diffstat (limited to 'package/eglibc/Makefile')
-rw-r--r-- | package/eglibc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/eglibc/Makefile b/package/eglibc/Makefile index d64cdbac5..4b737e303 100644 --- a/package/eglibc/Makefile +++ b/package/eglibc/Makefile @@ -89,5 +89,7 @@ eglibc-dev-install: $(MAKE) -C $(WRKBUILD) \ install-headers install-bootstrap-headers=yes @find $(IDIR_EGLIBC_DEV) -name .install -exec rm {} \; + # conflicts with libiconv + find $(IDIR_EGLIBC_DEV) -name iconv.h -exec rm {} \; include ${TOPDIR}/mk/pkg-bottom.mk |