Skip to content

Commit

Permalink
Don't be location specific.
Browse files Browse the repository at this point in the history
  • Loading branch information
metalicjames committed Dec 3, 2014
1 parent 039a9a1 commit 3bb85ba
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/makefile.unix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ LIBS += \
-lboost_random$(BOOST_LIB_SUFFIX) \
-ldb_cxx$(BDB_LIB_SUFFIX) \
-lssl \
-lcrypto
-lcrypto \
-lsecp256k1 \
-lgmp

TESTLIBS += \
-Wl,-B$(LMODE) \
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -235,4 +237,4 @@ clean:
-rm -f obj/build.h
-cd leveldb && $(MAKE) clean || true

FORCE:
FORCE:

0 comments on commit 3bb85ba

Please sign in to comment.