aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile.unix4
1 files changed, 3 insertions, 1 deletions
diff --git a/makefile.unix b/makefile.unix
index aa85ef9a08..9573a560f6 100644
--- a/makefile.unix
+++ b/makefile.unix
@@ -26,7 +26,9 @@ LIBS= \
-l ssl \
-l crypto \
-Wl,-Bdynamic \
- -l gthread-2.0
+ -l gthread-2.0 \
+ -l z \
+ -l dl
DEFS=-D__WXGTK__ -DNOPCH -DFOURWAYSSE2 -DUSE_SSL
DEBUGFLAGS=-g -D__WXDEBUG__