From a30b56ebe76ffff9f9cc8a6667186179413c6349 Mon Sep 17 00:00:00 2001 From: s_nakamoto Date: Thu, 15 Jul 2010 00:18:45 +0000 Subject: fix openssl linkage problems, disable minimize to tray on Linux because it has too many problems including a CPU peg bug git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@103 1a98c847-1fd6-4fd8-948a-caf3550aa51b --- makefile.unix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile.unix') diff --git a/makefile.unix b/makefile.unix index f6ca110b7f..bf5b4e5b14 100644 --- a/makefile.unix +++ b/makefile.unix @@ -23,8 +23,8 @@ LIBS= \ -Wl,-Bstatic \ -l boost_system -l boost_filesystem \ -l db_cxx \ - -Wl,-Bdynamic \ -l crypto \ + -Wl,-Bdynamic \ -l gthread-2.0 WXDEFS=-D__WXGTK__ -DNOPCH -- cgit v1.2.3