mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 06:55:49 +02:00
FreeBSD build and threading
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user