FS-2936: attempt to fix the platform that I'll never have to fix

This commit is contained in:
Michael Jerris 2011-05-12 18:21:34 -04:00
parent 9c53d0d4eb
commit a8da1758cb
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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>