diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-11-27 22:19:21 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-11-27 22:20:13 +0100 |
commit | 739d512289d14ade82e9fbae7f4371e65989622f (patch) | |
tree | 66c17c7e39a041169e08ea7137f072e3b65ab945 /package/x11vnc | |
parent | d47894abb5304cf3bb30b3669e596d648b5277ba (diff) |
add three library methods, static, shared or both
Rename the static symbol and add the choice to a more
visible place for users.
Diffstat (limited to 'package/x11vnc')
-rw-r--r-- | package/x11vnc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/x11vnc/Makefile b/package/x11vnc/Makefile index 9f7195bc1..9fad7e631 100644 --- a/package/x11vnc/Makefile +++ b/package/x11vnc/Makefile @@ -20,7 +20,7 @@ include $(ADK_TOPDIR)/mk/package.mk $(eval $(call PKG_template,X11VNC,x11vnc,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -ifeq ($(ADK_TARGET_USE_STATIC_LIBS),y) +ifeq ($(ADK_TARGET_USE_STATIC_LIBS_ONLY),y) MAKE_FLAGS+= CFLAGS="${TARGET_CFLAGS} -static" \ LIBS="-lxcb -lXau -lXdmcp -ldl -pthread -ljpeg -lz" endif |