diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-16 14:34:49 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-16 14:34:49 +0200 |
commit | b2c9a66e24f94f3f9e9602baeb8925e0db5fb306 (patch) | |
tree | 5539756a40daca29a3215376c85ef9d0797ade4c /package/libpthread | |
parent | 998bb7ac652581d6ef3a5821aa8dcb6a3a95ecdb (diff) | |
parent | f6dd446a3d030a424ff25e1213ab7d55abdcd86d (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libpthread')
-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 |