changeset 350:393232c22e1e draft

Merge remote branch 'refs/remotes/svn/trunk' into svn
author Gavin Andresen <gavinandresen@gmail.com>
date Thu, 14 Oct 2010 16:46:16 -0400
parents 0ed96e0a2383 (current diff) 3e2f66eb387a (diff)
children 8b018bda7550
files makefile.unix
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/makefile.unix
+++ b/makefile.unix
@@ -26,7 +26,9 @@
    -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__