From 963720e1eb1f0a3cb9d80d685a6a452e2b38fda6 Mon Sep 17 00:00:00 2001 From: winlin Date: Tue, 7 Apr 2020 14:30:17 +0800 Subject: [PATCH] Fix tcmalloc build bug --- trunk/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/configure b/trunk/configure index 459d7efb8..3c8e71976 100755 --- a/trunk/configure +++ b/trunk/configure @@ -263,7 +263,7 @@ fi if [ $SRS_EXPORT_LIBRTMP_PROJECT = NO ]; then MODULE_ID="APP" MODULE_DEPENDS=("CORE" "KERNEL" "PROTOCOL" "SERVICE") - ModuleLibIncs=(${LibSTRoot} ${SRS_OBJS_DIR} ${LibSSLRoot}) + ModuleLibIncs=(${LibSTRoot} ${SRS_OBJS_DIR} ${LibSSLRoot} ${LibGperfRoot}) if [[ $SRS_RTC == YES ]]; then ModuleLibIncs+=("${LibFfmpegRoot[*]}" ${LibSrtpRoot}) fi