Prettified error messages, first work on Util::Config server helpers.
This commit is contained in:
parent
c6f63dfb95
commit
5c0f053006
25 changed files with 1254 additions and 327 deletions
4
Makefile
4
Makefile
|
@ -13,7 +13,9 @@ endif
|
|||
CPPFLAGS = -Wall -g -O2 -fPIC
|
||||
override CPPFLAGS += -funsigned-char -DDEBUG="$(DEBUG)" -DPACKAGE_VERSION="\"$(PACKAGE_VERSION)\""
|
||||
|
||||
LDLIBS = -lcrypto -lrt
|
||||
LDLIBS = -lcrypto
|
||||
THREADLIB = -lpthread -lrt
|
||||
LDLIBS = -lcrypto $(THREADLIB)
|
||||
|
||||
|
||||
.DEFAULT_GOAL := all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue