summaryrefslogtreecommitdiff
path: root/mail/exim-old/files/patch-src::EDITME
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2001-06-12 18:05:59 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2001-06-12 18:05:59 +0000
commitc637f5af102667afe4f00cb8bd0af3829ff6d171 (patch)
tree04dbd84c27c22fb5af590e39f4554a05aed3de4b /mail/exim-old/files/patch-src::EDITME
parentUpdate to 5.3.4. (diff)
* Add a WITH_IPV6 knob. Exim breaks if compiled with IPv6 support and
run with a kernel that has had IPv6 ommitted from its configuration, so I can't make this a default (yet). * Remove crazy handling of exim.sh and replace it with something much simpler and more sane. This allows non-root users to build, even if they can't install (properly).
Notes
Notes: svn path=/head/; revision=43914
Diffstat (limited to 'mail/exim-old/files/patch-src::EDITME')
-rw-r--r--mail/exim-old/files/patch-src::EDITME10
1 files changed, 9 insertions, 1 deletions
diff --git a/mail/exim-old/files/patch-src::EDITME b/mail/exim-old/files/patch-src::EDITME
index 34dd37491198..e5f897f0c3bd 100644
--- a/mail/exim-old/files/patch-src::EDITME
+++ b/mail/exim-old/files/patch-src::EDITME
@@ -96,10 +96,18 @@
# If you are running Exim as a server, note that just building it with TLS
# support is not usually all you need to do. You normally need to set up a
-@@ -573,5 +576,6 @@
+@@ -573,5 +576,14 @@
# chapter on building and installing Exim.
# USE_TCP_WRAPPERS=yes
+EXTRALIBS=XX_TCP_WRAPPERS_LIBS_XX XX_PAM_LIBS_XX
++
++
++# IPv6 is coming. Exim has experimental support that has been tried out on
++# one or two OS. See the file README.IPV6 for the current status of this
++# support. Do not set this option unless you are working on IPv6 and know
++# what you are doing.
++
++# HAVE_IPV6=yes
# End of EDITME