]> git.pld-linux.org Git - packages/exim.git/blame - exim-Makefile-Default.patch
- added "ALLOW_TCP_CONNECTIONS" option
[packages/exim.git] / exim-Makefile-Default.patch
CommitLineData
6e01e6e4
AM
1diff -urN exim-3.30.org/OS/Makefile-Default exim-3.30/OS/Makefile-Default
2--- exim-3.30.org/OS/Makefile-Default Sat Jun 30 00:58:22 2001
3+++ exim-3.30/OS/Makefile-Default Sat Jun 30 01:00:52 2001
4@@ -25,7 +25,7 @@
b29e49a3 5 # found, it uses /usr/ucb/basename. This copes with Solaris 2 and Linux, both
6 # of which come in different versions.
7
8-BASENAME_COMMAND=/usr/bin/basename
9+BASENAME_COMMAND=/bin/basename
10
11
6e01e6e4
AM
12 # If you set STRIP_COMMAND to the path of the "strip" command, it will be run
13@@ -38,8 +38,8 @@
b29e49a3 14 # Some of the following commands live in different places in different OS. We
15 # include them all here for generality.
16
17-CHOWN_COMMAND=/usr/bin/chown
18-CHGRP_COMMAND=/usr/bin/chgrp
19+CHOWN_COMMAND=/bin/chown
20+CHGRP_COMMAND=/bin/chgrp
21 MV_COMMAND=/bin/mv
22 RM_COMMAND=/bin/rm
23
6e01e6e4 24@@ -149,7 +149,7 @@
b29e49a3 25 # parameters for include and library directories that may be needed for IPv6
26 # on some systems.
27
28-# HAVE_IPV6=YES
29+HAVE_IPV6=YES
30 # IPV6_INCLUDE=-I /usr/ipv6/include
31 # IPV6_LIBS=-L/usr/ipv6/libs -linet6
32
6e01e6e4
AM
33@@ -259,7 +259,7 @@
34
35 # X11 contains the location of the X11 libraries and include files.
36
37-X11=/usr/X11R5
38+X11=/usr/X11R6
39
40 # XINCLUDE contains options for header inclusion when compiling functions
41 # that call X11 functions.
This page took 0.02717 seconds and 4 git commands to generate.