Skip to content

Commit

Permalink
Version bump and disable libphp.so patch (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianw1974 authored May 7, 2024
2 parents db47e40 + 3dd7f4b commit 8ac9c4d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions zimbra-build-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
##################################
# Zimbra Build Helper Script #
# Prepared By: Ian Walker #
# Version: 1.1.7 #
# Version: 1.1.8 #
# #
# Supports: #
# AlmaLinux 8 #
Expand Down Expand Up @@ -247,11 +247,11 @@ build_zimbra() {

# Patch Zimbra to remove libphp.so from zm-aspell/conf/httpd.conf for Zimbra 9.0.0 and Zimbra 10.0.x versions
# as they do not include PHP.
if [ "${ZIMBRA_VER}" == "9.0.0" ] || [[ "${ZIMBRA_VER}" == "10.0"* ]]
then
git clone https://github.com/zimbra/zm-aspell
patch ${MAINDIR}/${PROJECTDIR}/zm-aspell/conf/httpd.conf zimbra-aspell-httpd.conf.patch
fi
#if [ "${ZIMBRA_VER}" == "9.0.0" ] || [[ "${ZIMBRA_VER}" == "10.0"* ]]
#then
# git clone https://github.com/zimbra/zm-aspell
# patch ${MAINDIR}/${PROJECTDIR}/zm-aspell/conf/httpd.conf zimbra-aspell-httpd.conf.patch
#fi

# Clone zm-build repository
git clone https://github.com/zimbra/zm-build
Expand Down

0 comments on commit 8ac9c4d

Please sign in to comment.