From 3b8daafc034152ac2fe15b20ae91b813af2da42e Mon Sep 17 00:00:00 2001 From: winlin Date: Mon, 6 Jul 2015 10:32:28 +0800 Subject: [PATCH] use local openssl header files to avoid warnings on osx. --- trunk/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/configure b/trunk/configure index a8c6559f8..d705c6ceb 100755 --- a/trunk/configure +++ b/trunk/configure @@ -167,7 +167,7 @@ PROTOCOL_OBJS="${MODULE_OBJS[@]}" if [ $SRS_EXPORT_LIBRTMP_PROJECT = NO ]; then MODULE_ID="APP" MODULE_DEPENDS=("CORE" "KERNEL" "PROTOCOL") - ModuleLibIncs=(${LibSTRoot} ${LibHttpParserRoot} ${SRS_OBJS_DIR}) + ModuleLibIncs=(${LibSTRoot} ${LibHttpParserRoot} ${LibSSLRoot} ${SRS_OBJS_DIR}) MODULE_FILES=("srs_app_server" "srs_app_conn" "srs_app_rtmp_conn" "srs_app_source" "srs_app_refer" "srs_app_hls" "srs_app_forward" "srs_app_encoder" "srs_app_http_stream" "srs_app_thread" "srs_app_bandwidth" "srs_app_st" "srs_app_log" "srs_app_config" @@ -200,7 +200,7 @@ LIBS_OBJS="${MODULE_OBJS[@]}" if [ $SRS_EXPORT_LIBRTMP_PROJECT = NO ]; then MODULE_ID="MAIN" MODULE_DEPENDS=("CORE" "KERNEL" "PROTOCOL" "APP") - ModuleLibIncs=(${LibSTRoot} ${SRS_OBJS_DIR} ${LibGperfRoot} ${LibHttpParserRoot}) + ModuleLibIncs=(${LibSTRoot} ${SRS_OBJS_DIR} ${LibGperfRoot} ${LibHttpParserRoot} ${LibSSLRoot}) MODULE_FILES=("srs_main_server" "srs_main_ingest_hls") # add each modules for main for SRS_MODULE in ${SRS_MODULES[*]}; do