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 d1ea2621a..883c04a87 100644 --- a/package/libpthread/Makefile +++ b/package/libpthread/Makefile @@ -33,5 +33,6 @@ INSTALL_STYLE:= manual do-install: ${INSTALL_DIR} ${IDIR_LIBPTHREAD}/lib ${CP} ${STAGING_DIR}/lib/libpthread*.so* ${IDIR_LIBPTHREAD}/lib + cd $(IDIR_LIBPTHREAD)/lib && ln -sf libpthread.so.0 libpthread.so include ${TOPDIR}/mk/pkg-bottom.mk |