diff options
Diffstat (limited to 'package/libpthread/Makefile')
-rw-r--r-- | package/libpthread/Makefile | 1 |
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: |