]> git.pld-linux.org Git - packages/exim.git/blame - exim-Makefile-Default.patch
- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
[packages/exim.git] / exim-Makefile-Default.patch
CommitLineData
b29e49a3 1diff -ruN exim-3.20.orig/OS/Makefile-Default exim-3.20/OS/Makefile-Default
2--- exim-3.20.orig/OS/Makefile-Default Sat Nov 25 17:02:45 2000
3+++ exim-3.20/OS/Makefile-Default Tue Dec 5 10:30:42 2000
4@@ -25,14 +25,14 @@
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 # Some of the following commands live in different places in different OS. We
13 # include them all here for generality.
14
15-CHOWN_COMMAND=/usr/bin/chown
16-CHGRP_COMMAND=/usr/bin/chgrp
17+CHOWN_COMMAND=/bin/chown
18+CHGRP_COMMAND=/bin/chgrp
19 MV_COMMAND=/bin/mv
20 RM_COMMAND=/bin/rm
21
22@@ -142,7 +142,7 @@
23 # parameters for include and library directories that may be needed for IPv6
24 # on some systems.
25
26-# HAVE_IPV6=YES
27+HAVE_IPV6=YES
28 # IPV6_INCLUDE=-I /usr/ipv6/include
29 # IPV6_LIBS=-L/usr/ipv6/libs -linet6
30
This page took 0.134714 seconds and 4 git commands to generate.