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.

11 lines
514 B

  1. --- a/Makefile.linux 2017-11-14 03:20:41.000000000 +0800
  2. +++ b/Makefile.linux 2017-11-29 23:55:38.919136211 +0800
  3. @@ -44,7 +44,7 @@
  4. LDLIBS += -lpthread -static-libstdc++ -static-libgcc -lrt -ldl
  5. USE_AESNI := no
  6. else
  7. - LDLIBS = -lcrypto -lssl -lz -lboost_system -lboost_date_time -lboost_filesystem -lboost_program_options -lpthread
  8. + LDLIBS = -latomic -lcrypto -lssl -lz -lboost_system -lboost_date_time -lboost_filesystem -lboost_program_options -lpthread
  9. endif
  10. # UPNP Support (miniupnpc 1.5 and higher)