Build mail module with OpenSSL

This commit is contained in:
Olusesan Ameye
2020-12-28 13:02:41 -05:00
parent 84d9c45ca6
commit 0e78ba2a44
+2
View File
@@ -24,6 +24,8 @@ chmod a+w $WORK_DIR/logs
mkdir $WORK_DIR/src/modules mkdir $WORK_DIR/src/modules
# Building mailsend # Building mailsend
cd $MAILSEND cd $MAILSEND
make clean
./configure --with-openssl=/usr
make make
cp mailsend ../modules/ cp mailsend ../modules/
# Configure extension # Configure extension