Added explicit linking to lib rt to fix compile errors on various platforms

This commit is contained in:
Erik Zandvliet 2014-01-24 19:37:27 +01:00
parent dbd2ef598a
commit c6f63dfb95

View file

@ -13,7 +13,7 @@ endif
CPPFLAGS = -Wall -g -O2 -fPIC CPPFLAGS = -Wall -g -O2 -fPIC
override CPPFLAGS += -funsigned-char -DDEBUG="$(DEBUG)" -DPACKAGE_VERSION="\"$(PACKAGE_VERSION)\"" override CPPFLAGS += -funsigned-char -DDEBUG="$(DEBUG)" -DPACKAGE_VERSION="\"$(PACKAGE_VERSION)\""
LDLIBS = -lcrypto LDLIBS = -lcrypto -lrt
.DEFAULT_GOAL := all .DEFAULT_GOAL := all