[packages/exim] - pdl ac buid fix
glen
glen at pld-linux.org
Fri May 16 00:27:00 CEST 2014
commit 2514232414d319f56d75f081d69a812088d51782
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 5cc51e7..1df0bff 100644
--- 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
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/2514232414d319f56d75f081d69a812088d51782
More information about the pld-cvs-commit
mailing list