changeset 1856:6a48bc964b9e

Add two commented out lines for mostly static build of mapsearch.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 02 Nov 2017 13:21:59 +0200
parents a8e41036c0b4
children 7bf994eb50bd
files Makefile
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Nov 02 12:34:20 2017 +0200
+++ b/Makefile	Thu Nov 02 13:21:59 2017 +0200
@@ -27,6 +27,9 @@
 LIBWEBSOCKETS_CFLAGS ?= $(shell pkg-config --cflags libwebsockets)
 LIBWEBSOCKETS_LDFLAGS ?= $(shell pkg-config --libs libwebsockets)
 
+# Static compilation
+#LIBWEBSOCKETS_LIBS = libwebsockets.a libz.a libssl.a libcrypto.a libev.a libuv.a
+#LIBWEBSOCKETS_LDFLAGS = $(addprefix /usr/lib/x86_64-linux-gnu/,$(LIBWEBSOCKETS_LIBS)) -lpthread -lm -ldl
 
 ###
 ### Unix targets