don't make executable as shared

This commit is contained in:
orignal 2014-12-13 14:45:44 -05:00
parent 6ad0313dbe
commit d6fe4556fb
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ ifeq ($(USE_STATIC),yes)
LDLIBS += -lpthread -static-libstdc++ -static-libgcc
USE_AESNI := no
else
LDLIBS = -lcryptopp -lboost_system -lboost_date_time -lboost_filesystem -lboost_regex -lboost_program_options -lpthread -shared
LDLIBS = -lcryptopp -lboost_system -lboost_date_time -lboost_filesystem -lboost_regex -lboost_program_options -lpthread
endif
GREP = fgrep