]> git.pld-linux.org Git - packages/exim.git/commitdiff
- pdl ac buid fix
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 15 May 2014 09:36:00 +0000 (11:36 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 15 May 2014 22:26:47 +0000 (01:26 +0300)
exim-defs.patch [new file with mode: 0644]
exim.spec

diff --git a/exim-defs.patch b/exim-defs.patch
new file mode 100644 (file)
index 0000000..77d6e88
--- /dev/null
@@ -0,0 +1,12 @@
+--- exim-4.82/src/ip.c~        2013-10-25 02:46:27.000000000 +0200
++++ exim-4.82/src/ip.c 2014-05-15 11:33:48.683945055 +0200
+@@ -468,6 +468,9 @@
+ else if (af == AF_INET6)
+   {
+   *level = IPPROTO_IPV6;
++#ifndef IPV6_TCLASS
++#define IPV6_TCLASS 67
++#endif
+   *optname = IPV6_TCLASS;
+   }
+ #endif
index 5cc51e7134efb48318f06552fcce909152e41fe7..1df0bff2bcb46fb3307a6dc5156cc91afd1d88ae 100644 (file)
--- a/exim.spec
+++ b/exim.spec
@@ -45,6 +45,7 @@ Source16:     %{name}on.png
 Patch0:                %{name}4-EDITME.patch
 Patch1:                %{name}4-monitor-EDITME.patch
 Patch2:                %{name}4-cflags.patch
+Patch3:                exim-defs.patch
 Patch4:                %{name}4-Makefile-Default.patch
 # http://marc.merlins.org/linux/exim/files/sa-exim-cvs/localscan_dlopen_exim_4.20_or_better.patch
 Patch5:                localscan_dlopen_%{name}_4.20_or_better.patch
@@ -164,6 +165,7 @@ Pliki nagłówkowe dla Exima.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 %patch4 -p1
 %patch5 -p1
 
This page took 0.221049 seconds and 4 git commands to generate.