Browse Source

Merge pull request #1226 from radfish/PR--make-latomic

makefile: linux: add -latomic
pull/1234/head
orignal 6 years ago committed by GitHub
parent
commit
a52344fc01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Makefile.linux

2
Makefile.linux

@ -44,7 +44,7 @@ ifeq ($(USE_STATIC),yes) @@ -44,7 +44,7 @@ ifeq ($(USE_STATIC),yes)
LDLIBS += -lpthread -static-libstdc++ -static-libgcc -lrt -ldl
USE_AESNI := no
else
LDLIBS = -lcrypto -lssl -lz -lboost_system -lboost_date_time -lboost_filesystem -lboost_program_options -lpthread
LDLIBS = -lcrypto -lssl -lz -lboost_system -lboost_date_time -lboost_filesystem -lboost_program_options -lpthread -latomic
endif
# UPNP Support (miniupnpc 1.5 and higher)

Loading…
Cancel
Save