diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-09-29 20:13:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-09-29 20:13:11 +0200 |
commit | 71c91ce903a90de852b5d66a27a673ff6e785cee (patch) | |
tree | f83f6c03989c2c1e091a692d8f7129db6144594b /mk | |
parent | f53612bc7414c0d9e4700f957d6a1a1742574c67 (diff) |
fix some eglibc adk buildsystem problems
Diffstat (limited to 'mk')
-rw-r--r-- | mk/package.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/package.mk b/mk/package.mk index c28f22a7c..a9339b811 100644 --- a/mk/package.mk +++ b/mk/package.mk @@ -196,7 +196,7 @@ endif 'ramdisk location:' >&2; \ echo "$$$$x" | sed 's/^/- /' >&2; \ fi; \ - if [ "${PKG_NAME}" != "uClibc" -a "${PKG_NAME}" != "glibc" -a "${PKG_NAME}" != "libpthread" -a "${PKG_NAME}" != "libstdcxx" -a "${PKG_NAME}" != "libthread-db" ];then \ + if [ "${PKG_NAME}" != "uClibc" -a "${PKG_NAME}" != "glibc" -a "${PKG_NAME}" != "eglibc" -a "${PKG_NAME}" != "libpthread" -a "${PKG_NAME}" != "libstdcxx" -a "${PKG_NAME}" != "libthread-db" ];then \ find lib \( -name lib\*.so\* -o -name lib\*.a \) \ -exec echo 'WARNING: $${IPKG_$(1)} installs files in /lib -' \ ' fix this!' >&2 \; -quit 2>/dev/null; fi; \ |