From 3bb85bad9495b56803039eb3cf4e718dbfdb4328 Mon Sep 17 00:00:00 2001 From: James Lovejoy Date: Wed, 3 Dec 2014 17:46:38 -0500 Subject: [PATCH] Don't be location specific. --- src/makefile.unix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/makefile.unix b/src/makefile.unix index 00c34859f453c..bb9d3b2ff254e 100644 --- a/src/makefile.unix +++ b/src/makefile.unix @@ -44,7 +44,9 @@ LIBS += \ -lboost_random$(BOOST_LIB_SUFFIX) \ -ldb_cxx$(BDB_LIB_SUFFIX) \ -lssl \ - -lcrypto + -lcrypto \ + -lsecp256k1 \ + -lgmp TESTLIBS += \ -Wl,-B$(LMODE) \ @@ -179,7 +181,7 @@ test check: test_vertcoin FORCE # MAKEOVERRIDES = #LIBS += $(CURDIR)/leveldb/libleveldb.a $(CURDIR)/leveldb/libmemenv.a -LIBS += $(CURDIR)/leveldb/libleveldb.a $(CURDIR)/leveldb/libmemenv.a /usr/local/lib/libsecp256k1.a /usr/lib/x86_64-linux-gnu/libgmp.a +LIBS += $(CURDIR)/leveldb/libleveldb.a $(CURDIR)/leveldb/libmemenv.a DEFS += $(addprefix -I,$(CURDIR)/leveldb/include) DEFS += $(addprefix -I,$(CURDIR)/leveldb/helpers) leveldb/libleveldb.a: @@ -235,4 +237,4 @@ clean: -rm -f obj/build.h -cd leveldb && $(MAKE) clean || true -FORCE: \ No newline at end of file +FORCE: