mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-09-06 15:07:11 +02:00
Update POCO library.
This commit is contained in:
Vendored
+4
-1
@@ -5,8 +5,11 @@
|
||||
#
|
||||
|
||||
include $(POCO_BASE)/build/rules/global
|
||||
|
||||
ifeq ($(findstring AIX, $(POCO_CONFIG)), AIX)
|
||||
SYSLIBS += -lssl_a -lcrypto_a
|
||||
else
|
||||
SYSLIBS += -lssl -lcrypto
|
||||
endif
|
||||
|
||||
objects = AcceptCertificateHandler RejectCertificateHandler ConsoleCertificateHandler \
|
||||
CertificateHandlerFactory CertificateHandlerFactoryMgr \
|
||||
|
||||
Reference in New Issue
Block a user