diff options
Diffstat (limited to 'package/libpthread')
-rw-r--r-- | package/libpthread/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libpthread/Makefile b/package/libpthread/Makefile index bba9cb7f3..6ccbcb430 100644 --- a/package/libpthread/Makefile +++ b/package/libpthread/Makefile @@ -34,9 +34,11 @@ INSTALL_STYLE:= manual libpthread-install: ifneq ($(ADK_TARGET_LIB_MUSL),y) ifneq ($(ADK_TARGET_USE_STATIC_LIBS),y) +ifneq ($(ADK_TARGET_WITHOUT_THREADS),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 |