[packages/exim/AC-branch] - pdl ac buid fix
arekm
arekm at pld-linux.org
Thu May 15 11:36:23 CEST 2014
commit 17b878e4bd8999cb4ddc3e31fa2b300108a98981
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Thu May 15 11:36:00 2014 +0200
- pdl ac buid fix
exim-defs.patch | 12 ++++++++++++
exim.spec | 2 ++
2 files changed, 14 insertions(+)
---
diff --git a/exim.spec b/exim.spec
index 7d4ea91..dcddd3c 100644
--- a/exim.spec
+++ b/exim.spec
@@ -43,6 +43,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
@@ -157,6 +158,7 @@ Pliki nagłówkowe dla Exima.
%patch0 -p1
%patch1 -p1
%patch2 -p1
+%patch3 -p1
%patch4 -p1
%patch5 -p1
#%patch6 -p1
diff --git a/exim-defs.patch b/exim-defs.patch
new file mode 100644
index 0000000..77d6e88
--- /dev/null
+++ b/exim-defs.patch
@@ -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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/exim.git/commitdiff/17b878e4bd8999cb4ddc3e31fa2b300108a98981
More information about the pld-cvs-commit
mailing list