diff options
Diffstat (limited to '')
-rw-r--r-- | mail/exim-devel/files/patch-src::EDITME | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/mail/exim-devel/files/patch-src::EDITME b/mail/exim-devel/files/patch-src::EDITME index f35e54ba6e63..498bae6cfb8c 100644 --- a/mail/exim-devel/files/patch-src::EDITME +++ b/mail/exim-devel/files/patch-src::EDITME @@ -35,18 +35,19 @@ # Many sites define a user called "exim", with an appropriate default group, # and use -@@ -269,8 +269,8 @@ +@@ -269,8 +269,9 @@ # don't need to set LOOKUP_INCLUDE if the relevant directories are already # specified in INCLUDE. -# LOOKUP_INCLUDE=-I /usr/local/ldap/include -I /usr/local/mysql/include -I /usr/local/pgsql/include -# LOOKUP_LIBS=-L/usr/local/lib -lldap -llber -lmysqlclient -lpq ++INCLUDE=-I XX_PREFIX_XX/include +LOOKUP_INCLUDE=XX_MYSQL_INCLUDE_XX XX_PGSQL_INCLUDE_XX XX_LDAP_INCLUDE_XX +LOOKUP_LIBS=XX_MYSQL_LIBS_XX XX_PGSQL_LIBS_XX XX_LDAP_LIBS_XX #------------------------------------------------------------------------------ -@@ -281,7 +281,7 @@ +@@ -281,7 +282,7 @@ # files are defaulted in the OS/Makefile-Default file, but can be overridden in # local OS-specific make files. @@ -55,7 +56,7 @@ -@@ -316,7 +316,7 @@ +@@ -316,7 +317,7 @@ # settings commented out. # SUPPORT_TLS=yes @@ -64,7 +65,7 @@ # If you are running Exim as a server, note that just building it with TLS # support is not all you need to do. You also need to set up a suitable -@@ -358,7 +358,7 @@ +@@ -358,7 +359,7 @@ # Once you have done this, "make install" will build the info files and # install them in the directory you have defined. @@ -73,7 +74,7 @@ #------------------------------------------------------------------------------ -@@ -371,7 +371,7 @@ +@@ -371,7 +372,7 @@ # %s. This will be replaced by one of the strings "main", "panic", or "reject" # to form the final file names. Some installations may want something like this: @@ -82,7 +83,7 @@ # which results in files with names /var/log/exim_mainlog, etc. The directory # in which the log files are placed must exist; Exim does not try to create -@@ -459,7 +459,7 @@ +@@ -459,7 +460,7 @@ # USE_TCP_WRAPPERS=yes # CFLAGS=-O -I/usr/local/include @@ -91,7 +92,7 @@ # but of course there may need to be other things in CFLAGS and EXTRALIBS_EXIM # as well. -@@ -678,7 +678,7 @@ +@@ -678,7 +679,7 @@ # (process id) to a file so that it can easily be identified. The path of the # file can be specified here. Some installations may want something like this: |