summaryrefslogtreecommitdiff
path: root/package/libpthread-stubs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/libpthread-stubs/Makefile')
-rw-r--r--package/libpthread-stubs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libpthread-stubs/Makefile b/package/libpthread-stubs/Makefile
index b06e726bf..3ada9f220 100644
--- a/package/libpthread-stubs/Makefile
+++ b/package/libpthread-stubs/Makefile
@@ -22,7 +22,7 @@ include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call HOST_template,LIBPTHREAD_STUBS,libpthread-stubs,$(PKG_VERSION)-${PKG_RELEASE}))
$(eval $(call PKG_template,LIBPTHREAD_STUBS,libpthread-stubs,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
-ifeq ($(ADK_TARGET_USE_STATIC_LIBS),y)
+ifeq ($(ADK_TARGET_USE_STATIC_LIBS_ONLY),y)
TARGET_LDFLAGS+= -pthread
endif