From c031bfdb6eb7d78e3747ca19516977a56fc8f71a Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <wbx@openadk.org>
Date: Mon, 13 Jun 2011 19:49:29 +0200
Subject: fix some bulk build issues

---
 package/libpthread/Makefile | 1 +
 1 file changed, 1 insertion(+)

(limited to 'package/libpthread')

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:
-- 
cgit v1.2.3