blueness 15/01/02 14:24:58 Added: namecoind-0.3.80-makefile.patch Log: Version bump, bug #534204 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.1 net-dns/namecoind/files/namecoind-0.3.80-makefile.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/namecoind/files/namecoind-0.3.80-makefile.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/namecoind/files/namecoind-0.3.80-makefile.patch?rev=1.1&content-type=text/plain Index: namecoind-0.3.80-makefile.patch =================================================================== --- Makefile.github 2015-01-01 10:05:04.000000000 +0000 +++ Makefile 2015-01-01 10:15:05.000000000 +0000 @@ -1,4 +1,4 @@ -CXX=g++ +CXX?=g++ DEFS=-D_MT -DNOPCH -DFOURWAYSSE2 -DUSE_SSL @@ -8,20 +8,10 @@ # Link boost statically DEFS += -DBOOST_THREAD_USE_LIB -INCLUDEPATHS= \ - -I../libs/openssl-1.0.1i/include \ - -I../libs/db-4.7.25.NC/build_unix \ - -I../libs/boost_1_50_0 - -LIBPATHS= \ - -L../libs/openssl-1.0.1i \ - -L../libs/db-4.7.25.NC/build_unix \ - -L../libs/boost_1_50_0/stage/lib - LIBBOOST_SUFFIX= LIBS= \ - -Wl,-Bstatic \ + -Wl,-Bdynamic \ -l boost_system$(LIBBOOST_SUFFIX) \ -l boost_filesystem$(LIBBOOST_SUFFIX) \ -l boost_program_options$(LIBBOOST_SUFFIX) \
