forked from Mirrors/freeswitch
FS-2936: attempt to fix the platform that I'll never have to fix
This commit is contained in:
parent
9c53d0d4eb
commit
a8da1758cb
@ -103,7 +103,7 @@ CORE_CFLAGS += -I$(switch_srcdir)/libs/speex/include -Ilibs/speex/include
|
||||
CORE_CFLAGS += -I$(switch_srcdir)/libs/srtp/include
|
||||
CORE_CFLAGS += -I$(switch_srcdir)/libs/srtp/crypto/include -Ilibs/srtp/crypto/include
|
||||
CORE_CFLAGS += -I$(switch_srcdir)/libs/spandsp/src -I$(switch_srcdir)/libs/tiff-3.8.2/libtiff
|
||||
CORE_CFLAGS += $(LIBCURL_CPPFLAGS)
|
||||
CORE_CFLAGS += $(LIBCURL_CPPFLAGS) $(openssl_CFLAGS)
|
||||
|
||||
if ENABLE_CORE_CURL
|
||||
CORE_CFLAGS += -DCORE_USE_CURL
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
#include <switch.h>
|
||||
|
||||
#ifdef CORE_USE_CURL
|
||||
#if defined(CORE_USE_CURL) && defined(HAVE_OPENSSL)
|
||||
#include <openssl/crypto.h>
|
||||
#include <curl/curl.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user