From: Heiko Schlittermann (HS12-RIPE) Date: Wed, 23 Nov 2016 12:22:35 +0000 (+0100) Subject: Update template about possible build features X-Git-Url: https://git.exim.org/buildfarm-client.git/commitdiff_plain/a808bffcb876c190cd8525c50d3db6e25c6c0c10 Update template about possible build features --- diff --git a/build-farm.conf.template b/build-farm.conf.template index c73863a..0073b09 100644 --- a/build-farm.conf.template +++ b/build-farm.conf.template @@ -136,9 +136,13 @@ our %conf =( AUTH_PLAINTEXT => 'yes', SUPPORT_MAILDIR => 'yes', # Other examples. Could use makefile_regex instead. + # #SUPPORT_TLS => 'yes', - #USE_OPENSSL_PC => 'openssl', + # Enable the proper libs here or see in makefile_regex + # for use of pkg-config + #USE_GNUTLS => 'yes' #TLS_LIBS => '-lssl -lcrypto', + # #LOOKUP_LDAP => 'yes', #LOOKUP_INCLUDE => '-I/usr/include/mysql -I/usr/include/postgresql' #LOOKUP_LIBS => '-lmysqlclient -lpq -lldap -llber', @@ -168,9 +172,14 @@ our %conf =( makefile_regex =>[ # If have perl devel libraries installed, can build embedded perl #q(s/^# EXIM_PERL=/EXIM_PERL=/), + # Use SSL libraries + #q(s/^# (USE_GNUTLS(?:_PC)?=.*)/$1/), + #q(s/^# (USE_OPENSSL_PC=.*)/$1/), # Several experimental features to consider - #q(s/^# EXPERIMENTAL_CERTNAMES.*/EXPERIMENTAL_CERTNAMES=yes/), - #q(s/^# EXPERIMENTAL_DNSSEC.*/EXPERIMENTAL_DNSSEC=yes/), + # May be outdated, please check a current EDITME for + # for options. + #q(s/^# (EXPERIMENTAL_CERTNAMES.*)/$1/), + #q(s/^# (EXPERIMENTAL_DNSSEC.*)/$1/), ], # The user compiled as the master exim username.