mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 06:55:49 +02:00
Linux 64-bit and static build fixes (only Ubuntu build tested)
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
|
||||
include $(POCO_BASE)/build/rules/global
|
||||
|
||||
SYSLIBS += -lssl -lcrypto
|
||||
# Note: linking order is important, do not change it.
|
||||
SYSLIBS += -lssl -lcrypto -lz -ldl
|
||||
|
||||
objects = HTTPSTimeServer
|
||||
|
||||
|
Reference in New Issue
Block a user