Bitcoin Forum
May 09, 2024, 10:33:21 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: svn r167 : let me know if I broke makefile.unix ...  (Read 1238 times)
Gavin Andresen (OP)
Legendary
*
qt
Offline Offline

Activity: 1652
Merit: 2216


Chief Scientist


View Profile WWW
October 14, 2010, 01:38:06 PM
 #1

svn r167 is a tweaked makefile.unix that Xunie reports allows bitcoind to compile cleanly on Ubuntu 10.04 x86_64.

I tested on my Debian box and it does no harm; let me know if it breaks the build on any other unix flavors.
Code:
Index: makefile.unix
===================================================================
--- makefile.unix (revision 166)
+++ makefile.unix (working copy)
@@ -26,7 +26,9 @@
    -l ssl \
    -l crypto \
  -Wl,-Bdynamic \
-   -l gthread-2.0
+   -l gthread-2.0 \
+   -l z \
+   -l dl

How often do you get the chance to work on a potentially world-changing project?
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!