tRemove static linking - repo - list/download/sync packs with remote repositories
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit 1ed45f78e709a131a34d15c47b95cd41d53ceec8
DIR parent 4bac36e604cf02941aaab5f76eade66ceeeaa43a
HTML Author: z3bra <contactatz3bradotorg>
Date: Thu, 15 Dec 2016 10:53:29 +0100
Remove static linking
libcrypto pulls the libdl library, which require dynamic linking to
dlopen().
For now we keep using dynamic linking as a quick fix to focus on the
main program.
Diffstat:
M config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/config.mk b/config.mk
t@@ -8,6 +8,6 @@ MANDIR = ${PREFIX}/man
CPPFLAGS = -DVERSION=\"${VERSION}\"
CFLAGS = ${CPPFLAGS} -Wall -Wextra -pedantic -g
-LDFLAGS = -static
+LDFLAGS =
LIBS = -lcurl -lssl -lcrypto -ldl -lz -lpthread