]> git.pld-linux.org Git - packages/exim-lite.git/blame - exim4-Makefile-Default.patch
- rel 3
[packages/exim-lite.git] / exim4-Makefile-Default.patch
CommitLineData
a252334d
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 @@
32f9109c
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
a252334d 13@@ -40,8 +40,8 @@
32f9109c
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
19+CHOWN_COMMAND=/bin/chown
20+CHGRP_COMMAND=/bin/chgrp
21 MV_COMMAND=/bin/mv
22 RM_COMMAND=/bin/rm
23
a252334d
AM
24@@ -175,7 +175,7 @@
25 # parameters for include and library directories that may be needed for IPv6 on
26 # some systems, where the support is not yet in the standard library.
32f9109c
AM
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
a252334d 33
This page took 0.061945 seconds and 4 git commands to generate.