]> git.pld-linux.org Git - packages/exim.git/blame - exim4-Makefile-Default.patch
- rel 3
[packages/exim.git] / exim4-Makefile-Default.patch
CommitLineData
3a8fb3b3
AM
1diff -urN exim-4.64.org/OS/Makefile-Default exim-4.64/OS/Makefile-Default
2--- exim-4.64.org/OS/Makefile-Default 2006-12-20 10:46:04.000000000 +0100
3+++ exim-4.64/OS/Makefile-Default 2006-12-21 16:39:39.098652250 +0100
4@@ -27,7 +27,7 @@
a59efb33
AM
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
12 # If you set STRIP_COMMAND to the path of the "strip" command, it will be run
d3697a6b 13@@ -40,12 +40,12 @@
a59efb33
AM
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
d3697a6b 19-CHMOD_COMMAND=/usr/bin/chmod
a59efb33
AM
20+CHOWN_COMMAND=/bin/chown
21+CHGRP_COMMAND=/bin/chgrp
d3697a6b 22+CHMOD_COMMAND=/bin/chmod
a59efb33
AM
23 MV_COMMAND=/bin/mv
24 RM_COMMAND=/bin/rm
d3697a6b
AM
25-TOUCH_COMMAND=/usr/bin/touch
26+TOUCH_COMMAND=/bin/touch
a59efb33 27
d3697a6b
AM
28
29 # Some operating systems have different ways of building libraries of
3a8fb3b3
AM
30@@ -175,7 +175,7 @@
31 # parameters for include and library directories that may be needed for IPv6 on
32 # some systems, where the support is not yet in the standard library.
a59efb33
AM
33
34-# HAVE_IPV6=YES
35+HAVE_IPV6=YES
36 # IPV6_INCLUDE=-I /usr/ipv6/include
37 # IPV6_LIBS=-L/usr/ipv6/libs -linet6
38
3a8fb3b3 39
This page took 0.095061 seconds and 4 git commands to generate.