makefile.unix tweak from Xunie so bitcoind links on Ubuntu 10.04 x86_64

git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@167 1a98c847-1fd6-4fd8-948a-caf3550aa51b
This commit is contained in:
gavinandresen 2010-10-14 13:33:03 +00:00
parent 77cd030ac3
commit 2fad3d34b7
1 changed files with 3 additions and 1 deletions

View File

@ -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__