mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-28 02:33:29 +02:00
INCLUDE += -I$(POCO_BASE)/openssl/include should be added to the list of
includes otherwise, gcc takes the ssl.h from /usr/include/openssl which could miss some declarations like TLSv1_1_client_method and TLSv1_1_server_method, depednding on which version of openssl is installed. Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
8aef165ed5
commit
73222d1530
@ -5,9 +5,10 @@
|
|||||||
#
|
#
|
||||||
# Makefile for Poco NetSSL_OpenSSL
|
# Makefile for Poco NetSSL_OpenSSL
|
||||||
#
|
#
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/global
|
include $(POCO_BASE)/build/rules/global
|
||||||
|
|
||||||
|
INCLUDE += -I$(POCO_BASE)/openssl/include
|
||||||
|
|
||||||
SYSLIBS += -lssl -lcrypto
|
SYSLIBS += -lssl -lcrypto
|
||||||
|
|
||||||
objects = AcceptCertificateHandler RejectCertificateHandler ConsoleCertificateHandler \
|
objects = AcceptCertificateHandler RejectCertificateHandler ConsoleCertificateHandler \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user