diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-05 11:49:55 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-05 11:53:27 +0100 |
commit | 762f63438bf1b8b281f0e15c5f9844d9153b1c7b (patch) | |
tree | ae8abe7fc4bc40db65852512d3abb4a9747f5ef8 /package | |
parent | de918e1a008ea5365698c1b3352eca3c37d6853e (diff) |
x11vnc: fix compile error
Diffstat (limited to 'package')
-rw-r--r-- | package/x11vnc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/x11vnc/Makefile b/package/x11vnc/Makefile index dce2d0139..7105c928e 100644 --- a/package/x11vnc/Makefile +++ b/package/x11vnc/Makefile @@ -22,6 +22,7 @@ include $(ADK_TOPDIR)/mk/package.mk $(eval $(call PKG_template,X11VNC,x11vnc,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +TARGET_LDFLAGS+= -lssl -lcrypto ifeq ($(ADK_TARGET_USE_STATIC_LIBS_ONLY),y) MAKE_FLAGS+= CFLAGS="${TARGET_CFLAGS} -static" \ LIBS="-lxcb -lXau -lXdmcp -ldl -pthread -ljpeg -lz" |