Added explicit linking to lib rt to fix compile errors on various platforms
This commit is contained in:
parent
dbd2ef598a
commit
c6f63dfb95
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue