From 0e78ba2a44595eeaac7eeda80cd49735d0d07bee Mon Sep 17 00:00:00 2001 From: Olusesan Ameye Date: Mon, 28 Dec 2020 13:02:41 -0500 Subject: [PATCH] Build mail module with OpenSSL --- mermsemr/build/configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mermsemr/build/configure b/mermsemr/build/configure index dd0b1bf..07236f1 100755 --- a/mermsemr/build/configure +++ b/mermsemr/build/configure @@ -24,6 +24,8 @@ chmod a+w $WORK_DIR/logs mkdir $WORK_DIR/src/modules # Building mailsend cd $MAILSEND +make clean +./configure --with-openssl=/usr make cp mailsend ../modules/ # Configure extension