summaryrefslogtreecommitdiff
path: root/package/libpthread/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-30 18:12:49 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-30 18:12:49 +0200
commitf3df2950b77b1d2cd5ec60820e9b92ff299619c2 (patch)
tree9071cf6d83073e3548e04b291a0003bf4b7396d9 /package/libpthread/Makefile
parent3b513e5acf1524d3974e90fdab332c2b794a622f (diff)
parent7d7c1f9ea770a9ff7c967d387f81a89beff92590 (diff)
Merge branch 'master' of git+ssh://www.openadk.org/git/openadk
Diffstat (limited to 'package/libpthread/Makefile')
-rw-r--r--package/libpthread/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libpthread/Makefile b/package/libpthread/Makefile
index cdb84d5fe..9d7806bc5 100644
--- a/package/libpthread/Makefile
+++ b/package/libpthread/Makefile
@@ -36,6 +36,7 @@ libpthread-install:
ifeq ($(ADK_TARGET_LIB_MUSL),)
${INSTALL_DIR} ${IDIR_LIBPTHREAD}/$(ADK_TARGET_LIBC_PATH)
${CP} ${STAGING_TARGET_DIR}/lib/libpthread*.so* ${IDIR_LIBPTHREAD}/$(ADK_TARGET_LIBC_PATH)
+ (cd ${IDIR_LIBPTHREAD}/$(ADK_TARGET_LIBC_PATH); ln -sf libpthread.so.0 libpthread.so)
endif
include ${TOPDIR}/mk/pkg-bottom.mk