summaryrefslogtreecommitdiff
path: root/package/libevent/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/libevent/Makefile')
-rw-r--r--package/libevent/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libevent/Makefile b/package/libevent/Makefile
index 55a3d5ca6..bb3ae87d7 100644
--- a/package/libevent/Makefile
+++ b/package/libevent/Makefile
@@ -20,7 +20,7 @@ include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call PKG_template,LIBEVENT,libevent,$(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)
MAKE_FLAGS+= LDFLAGS="$(TARGET_LDFLAGS) -all-static"
endif