You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
diff --git a/src/i2pd/Makefile.linux b/src/i2pd/Makefile.linux
|
|
|
|
index da5f68b4..7fe838a2 100644
|
|
|
|
--- a/src/i2pd/Makefile.linux
|
|
|
|
+++ b/src/i2pd/Makefile.linux
|
|
|
|
@@ -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
|