|
|
|
@ -1,13 +1,13 @@
@@ -1,13 +1,13 @@
|
|
|
|
|
diff --git a/Makefile.linux b/Makefile.linux
|
|
|
|
|
index cb376e77..4fe23c05 100644
|
|
|
|
|
index da5f68b4..7fe838a2 100644
|
|
|
|
|
--- a/Makefile.linux
|
|
|
|
|
+++ b/Makefile.linux
|
|
|
|
|
@@ -46,7 +46,7 @@ ifeq ($(USE_STATIC),yes)
|
|
|
|
|
LDLIBS += -lpthread -static-libstdc++ -static-libgcc -lrt -ldl |
|
|
|
|
USE_AESNI := no |
|
|
|
|
@@ -46,7 +46,7 @@ ifeq ($(USE_UPNP),yes)
|
|
|
|
|
endif |
|
|
|
|
LDLIBS += -lpthread -ldl |
|
|
|
|
else |
|
|
|
|
- LDLIBS += -lcrypto -lssl -lz -lboost_system -lboost_date_time -lboost_filesystem -lboost_program_options -lpthread
|
|
|
|
|
+ LDLIBS += -L/app/lib -lcrypto -lssl -lz -lboost_system -lboost_date_time -lboost_filesystem -lboost_program_options -lpthread
|
|
|
|
|
ifeq ($(USE_UPNP),yes) |
|
|
|
|
LDLIBS += -lminiupnpc |
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
# UPNP Support (miniupnpc 1.5 and higher) |
|
|
|
|