Commit 213bfe9d authored by Marco Mariani's avatar Marco Mariani

updated comments

parent c271152d
...@@ -7,7 +7,9 @@ ...@@ -7,7 +7,9 @@
# for heimdal: # for heimdal:
# sudo apt-get install libncurses5-dev # sudo apt-get install libncurses5-dev
# #
# mysql will be compiled with the embedded yaSSL library instead of openssl # Changes in the Zimbra sources:
# mysql will be compiled with the embedded yaSSL library instead of openssl
# back-perl in openldap is disabled for linking issues to libperl.a
# #
extends = extends =
...@@ -110,8 +112,6 @@ ZIMBRA_HOME = ${directories:zimbra-home} ...@@ -110,8 +112,6 @@ ZIMBRA_HOME = ${directories:zimbra-home}
JAVA_HOME = ${jdk:location} JAVA_HOME = ${jdk:location}
ANT_HOME = ${ant:location} ANT_HOME = ${ant:location}
PATH = ${perl:location}/bin:/bin:${:JAVA_HOME}/bin:${:ANT_HOME}/bin:${autoconf:location}/bin:${automake:location}/bin:${libtool:location}/bin:${bison:location}/bin:${flex:location}/bin:${unzip:location}/bin:${cmake:location}/bin:${ncurses:location}/bin:${m4:location}/bin:${bzip2:location}/bin:${pcre:location}/bin:/usr/local/bin:/usr/bin PATH = ${perl:location}/bin:/bin:${:JAVA_HOME}/bin:${:ANT_HOME}/bin:${autoconf:location}/bin:${automake:location}/bin:${libtool:location}/bin:${bison:location}/bin:${flex:location}/bin:${unzip:location}/bin:${cmake:location}/bin:${ncurses:location}/bin:${m4:location}/bin:${bzip2:location}/bin:${pcre:location}/bin:/usr/local/bin:/usr/bin
# another libtool is also built under ThirdParty
LIBTOOL_PREFIX = ${libtool:location}
BZIP2_PREFIX = ${bzip2:location} BZIP2_PREFIX = ${bzip2:location}
PCRE_PREFIX = ${pcre:location} PCRE_PREFIX = ${pcre:location}
NCURSES_PREFIX = ${ncurses:location} NCURSES_PREFIX = ${ncurses:location}
...@@ -122,9 +122,6 @@ recipe = slapos.cookbook:mkdirectory ...@@ -122,9 +122,6 @@ recipe = slapos.cookbook:mkdirectory
zimbra-home = ${buildout:directory}/zimbra-home zimbra-home = ${buildout:directory}/zimbra-home
# cyrus-sasl FAILED. (issue with libtoolize) # postfix FAILED. (pcre issue)
# openldap FAILED. (depends on cyrus-sasl) # opendkim FAILED. (mdb not found)
# postfix FAILED. (depends on openldap)
# nginx FAILED. (depends on cyrus-sasl)
# opendkim FAILED. (depends on openldap)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment