]> git.pld-linux.org Git - packages/exim.git/blobdiff - exim4-Makefile-Default.patch
perl 5.36.0 rebuild; rel 5
[packages/exim.git] / exim4-Makefile-Default.patch
index 8c7a0d04fcdefc80f94a264297d5e2839d16bb7f..be51578dfa559f37da89e0df3b87132f4c7b9528 100644 (file)
@@ -1,7 +1,7 @@
-diff -urN exim-3.951.org/OS/Makefile-Default exim-3.951/OS/Makefile-Default
---- exim-3.951.org/OS/Makefile-Default Fri Nov 23 16:31:13 2001
-+++ exim-3.951/OS/Makefile-Default     Tue Nov 27 16:25:07 2001
-@@ -25,7 +25,7 @@
+diff -urN exim-4.64.org/OS/Makefile-Default exim-4.64/OS/Makefile-Default
+--- exim-4.64.org/OS/Makefile-Default  2006-12-20 10:46:04.000000000 +0100
++++ exim-4.64/OS/Makefile-Default      2006-12-21 16:39:39.098652250 +0100
+@@ -27,7 +27,7 @@
  # found, it uses /usr/ucb/basename. This copes with Solaris 2 and Linux, both
  # of which come in different versions.
  
@@ -10,23 +10,30 @@ diff -urN exim-3.951.org/OS/Makefile-Default exim-3.951/OS/Makefile-Default
  
  
  # If you set STRIP_COMMAND to the path of the "strip" command, it will be run
-@@ -38,8 +38,8 @@
+@@ -40,12 +40,12 @@
  # Some of the following commands live in different places in different OS. We
  # include them all here for generality.
  
 -CHOWN_COMMAND=/usr/bin/chown
 -CHGRP_COMMAND=/usr/bin/chgrp
+-CHMOD_COMMAND=/usr/bin/chmod
 +CHOWN_COMMAND=/bin/chown
 +CHGRP_COMMAND=/bin/chgrp
++CHMOD_COMMAND=/bin/chmod
  MV_COMMAND=/bin/mv
  RM_COMMAND=/bin/rm
+-TOUCH_COMMAND=/usr/bin/touch
++TOUCH_COMMAND=/bin/touch
  
-@@ -149,7 +149,7 @@
- # parameters for include and library directories that may be needed for IPv6
- # on some systems.
+ # Some operating systems have different ways of building libraries of
+@@ -175,7 +175,7 @@
+ # parameters for include and library directories that may be needed for IPv6 on
+ # some systems, where the support is not yet in the standard library.
  
 -# HAVE_IPV6=YES
 +HAVE_IPV6=YES
  # IPV6_INCLUDE=-I /usr/ipv6/include
  # IPV6_LIBS=-L/usr/ipv6/libs -linet6
  
+
This page took 0.063172 seconds and 4 git commands to generate.