libports: enable SSL in curl

Fixes #681
This commit is contained in:
Josef Söntgen 2013-03-06 18:50:24 +01:00 committed by Norman Feske
parent abf0563815
commit a875b3ea11
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ SRC_C = \
CC_OPT += -DHAVE_CONFIG_H
LIBS += libc zlib libcrypto libssh
LIBS += libc zlib libcrypto libssh libssl
include $(REP_DIR)/lib/import/import-curl.mk

View File

@ -1004,13 +1004,13 @@
/* #undef USE_OPENLDAP */
/* if OpenSSL is in use */
/* #undef USE_OPENSSL */
#define USE_OPENSSL 1
/* if PolarSSL is enabled */
/* #undef USE_POLARSSL */
/* if SSL is enabled */
/* #undef USE_SSLEAY */
#define USE_SSLEAY 1
/* if you want POSIX threaded DNS lookup */
/* #undef USE_THREADS_POSIX */