From 2fad3d34b7b9bf03d56970cb36d9a091609b10c8 Mon Sep 17 00:00:00 2001 From: gavinandresen Date: Thu, 14 Oct 2010 13:33:03 +0000 Subject: [PATCH] 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 --- makefile.unix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/makefile.unix b/makefile.unix index aa85ef9a0..9573a560f 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__