summaryrefslogtreecommitdiff
path: root/package/eglibc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-16 14:34:49 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-16 14:34:49 +0200
commitb2c9a66e24f94f3f9e9602baeb8925e0db5fb306 (patch)
tree5539756a40daca29a3215376c85ef9d0797ade4c /package/eglibc
parent998bb7ac652581d6ef3a5821aa8dcb6a3a95ecdb (diff)
parentf6dd446a3d030a424ff25e1213ab7d55abdcd86d (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/eglibc')
-rw-r--r--package/eglibc/Makefile2
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