]> git.pld-linux.org Git - packages/exim.git/blob - exim4-Makefile-Default.patch
- rel 3
[packages/exim.git] / exim4-Makefile-Default.patch
1 diff -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 @@
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
13 @@ -40,12 +40,12 @@
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 -CHMOD_COMMAND=/usr/bin/chmod
20 +CHOWN_COMMAND=/bin/chown
21 +CHGRP_COMMAND=/bin/chgrp
22 +CHMOD_COMMAND=/bin/chmod
23  MV_COMMAND=/bin/mv
24  RM_COMMAND=/bin/rm
25 -TOUCH_COMMAND=/usr/bin/touch
26 +TOUCH_COMMAND=/bin/touch
27  
28  
29  # Some operating systems have different ways of building libraries of
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.
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  
39
This page took 0.028692 seconds and 3 git commands to generate.