From cbeaa4cc1170543ac3e664d17e0ffca85d64d049 Mon Sep 17 00:00:00 2001 From: Hivert Quentin Date: Wed, 20 Dec 2023 17:02:32 +0100 Subject: [PATCH] chore(ytnef): missing symbols with centos --- UI/MailerUI/GNUmakefile.preamble | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UI/MailerUI/GNUmakefile.preamble b/UI/MailerUI/GNUmakefile.preamble index a3f41acb8..652fdb661 100644 --- a/UI/MailerUI/GNUmakefile.preamble +++ b/UI/MailerUI/GNUmakefile.preamble @@ -8,6 +8,8 @@ SOGo_LIBRARIES_DEPEND_UPON += -lcrypto endif endif +SOGo_LIBRARIES_DEPEND_UPON += -lytnef + ADDITIONAL_CPPFLAGS += \ -Wall -DCOMPILE_FOR_GSTEP_MAKE=1 \ -DSOGO_MAJOR_VERSION="@\"$(MAJOR_VERSION)\"" \