From 45de3b62d64d36dffe2ad5c56e262e77f68bd473 Mon Sep 17 00:00:00 2001 From: Yuxiao Mao Date: Mon, 23 Sep 2024 08:56:07 +0200 Subject: [PATCH] Add user config file --- libs/ssl/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ssl/Makefile b/libs/ssl/Makefile index 1472bf240..32fc96516 100644 --- a/libs/ssl/Makefile +++ b/libs/ssl/Makefile @@ -1,6 +1,7 @@ INCLUDES_BASE_DIR = ../../include CFLAGS = -Wall -O3 -std=c11 -m64 -fPIC -pthread -fno-omit-frame-pointer CFLAGS += -fvisibility=hidden -I. -I${INCLUDES_BASE_DIR}/mbedtls/include -I ../../src +CFLAGS += -D MBEDTLS_USER_CONFIG_FILE=\"mbedtls_user_config.h\" LFLAGS = -L../.. -lhl UNAME := $(shell uname)