FreeBSD build and threading

This commit is contained in:
Aleksandar Fabijanic
2012-10-01 00:31:28 +00:00
parent 8f747fabdc
commit bf74a4be8b
9 changed files with 31 additions and 23 deletions

View File

@@ -9,7 +9,11 @@
include $(POCO_BASE)/build/rules/global
# Note: linking order is important, do not change it.
ifeq ($(POCO_CONFIG),FreeBSD)
SYSLIBS += -lssl -lcrypto -lz
else
SYSLIBS += -lssl -lcrypto -lz -ldl
endif
objects = HTTPSTimeServer