summaryrefslogtreecommitdiff
path: root/package/libpthread
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-06-13 19:49:29 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-06-13 19:49:29 +0200
commitc031bfdb6eb7d78e3747ca19516977a56fc8f71a (patch)
tree0293cffc11b517b3ecf2f976de5e9d2b287d26ba /package/libpthread
parentdf099ef028d1d4a3df380c472f450dc7980a846b (diff)
fix some bulk build issues
Diffstat (limited to 'package/libpthread')
-rw-r--r--package/libpthread/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libpthread/Makefile b/package/libpthread/Makefile
index de0d75403..eb9dc9441 100644
--- a/package/libpthread/Makefile
+++ b/package/libpthread/Makefile
@@ -44,6 +44,7 @@ libpthread-install:
ifeq ($(ADK_NATIVE),)
${INSTALL_DIR} ${IDIR_LIBPTHREAD}/lib
${CP} ${STAGING_TARGET_DIR}/lib/libpthread*.so* ${IDIR_LIBPTHREAD}/lib
+ (cd ${STAGING_TARGET_DIR}/lib && ln -sf libpthread.so.0 libpthread.so)
endif
libpthread-dev-install: