summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacek Konieczny2004-01-08 08:35:05 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commita004459563eadeb09b54dd6c1f83f2383d93086a (patch)
tree5ea4f892a2b37eed7acc6f4e6c85c959b54204f6
parent45cdcc2ceae73fcd8076c91af2a4a324f06e701f (diff)
downloadpostfix-a004459563eadeb09b54dd6c1f83f2383d93086a.zip
postfix-a004459563eadeb09b54dd6c1f83f2383d93086a.tar.gz
- removes some compiler warnings during postfix compilation which may cause fatal runtime errors some architectures (like AMD64) (-kill_warnings.patch)
Changed files: postfix.spec -> 1.190
Notes
Notes: - removes some compiler warnings during postfix compilation which may cause fatal runtime errors some architectures (like AMD64) (-kill_warnings.patch)
-rw-r--r--postfix.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/postfix.spec b/postfix.spec
index 4af5d35..6ac4ebc 100644
--- a/postfix.spec
+++ b/postfix.spec
@@ -53,6 +53,7 @@ Patch5: %{name}-ipv6.patch
Patch6: %{name}-pl.patch
Patch7: %{name}-cdb_man.patch
Patch8: %{name}-ns-mx-acl.patch
+Patch9: %{name}-kill_warnings.patch
URL: http://www.postfix.org/
BuildRequires: awk
%{?with_sasl:BuildRequires: cyrus-sasl-devel}
@@ -223,6 +224,7 @@ patch -p1 -s <pfixtls-%{tls_ver}/pfixtls.diff
%{?with_polish:%patch6 -p1}
%{?with_cdb:%patch7 -p1}
%patch8 -p1
+%patch9 -p1
%{?with_cdb:sh dict_cdb.sh}
%build