summaryrefslogtreecommitdiff
path: root/package/libpthread
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-09-06 17:39:49 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-09-06 17:39:49 +0200
commitd682e9708d4f15528343da454c167db898fd892a (patch)
treeb4432d0559409c6d41973b10d1b556faee429445 /package/libpthread
parente6231189fdd912da5f0752a38848aa32497b03e1 (diff)
parente8b502d0d9380dc893fa136005d20f75813e3cdc (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libpthread')
-rw-r--r--package/libpthread/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libpthread/Makefile b/package/libpthread/Makefile
index 13de900ff..6ba962062 100644
--- a/package/libpthread/Makefile
+++ b/package/libpthread/Makefile
@@ -35,10 +35,12 @@ INSTALL_STYLE:= manual
libpthread-install:
ifeq ($(ADK_TARGET_LIB_MUSL),)
+ifeq ($(ADK_TARGET_USE_STATIC_LIBS),)
ifeq ($(ADK_TARGET_WITH_NPTL),y)
${INSTALL_DIR} ${IDIR_LIBPTHREAD}/$(ADK_TARGET_LIBC_PATH)
${CP} ${STAGING_TARGET_DIR}/lib/libpthread*.so* ${IDIR_LIBPTHREAD}/$(ADK_TARGET_LIBC_PATH)
endif
endif
+endif
include ${ADK_TOPDIR}/mk/pkg-bottom.mk