]> git.pld-linux.org Git - packages/ezmlm-idx.git/commitdiff
- glibc 2.3.x patch.
authorserek <serek@pld-linux.org>
Mon, 31 Mar 2003 11:29:21 +0000 (11:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ezmlm-glibc.patch -> 1.1
    ezmlm-idx.spec -> 1.27

ezmlm-glibc.patch [new file with mode: 0644]
ezmlm-idx.spec

diff --git a/ezmlm-glibc.patch b/ezmlm-glibc.patch
new file mode 100644 (file)
index 0000000..5f5b0b2
--- /dev/null
@@ -0,0 +1,8 @@
+--- error.h~   Mon Mar 31 13:25:22 2003
++++ error.h    Mon Mar 31 13:26:22 2003
+@@ -1,3 +1,5 @@
++#include <errno.h>
++
+ #ifndef ERROR_H
+ #define ERROR_H
index 4d03a1ad347e3b55442fe0eac64af4b00043aca4..420d465057f31a5959f28fd5b60a7d6d01655efd 100644 (file)
@@ -4,7 +4,7 @@ Summary:        ezmlm - high-speed mailing list manager for qmail
 Summary(pl):   ezmlm - szybki zarz±dca list dyskysyjnych dla qmaila
 Name:          ezmlm-idx
 Version:       %{ezmlm_ver}_%{idx_ver}
-Release:       1
+Release:       2       
 Epoch:         1
 License:       DJB (base ezmlm), GPL (ezmlm-idx additions) - non distributable as a whole?
 Group:         Applications/System
@@ -12,6 +12,7 @@ Source0:      http://cr.yp.to/software/ezmlm-%{ezmlm_ver}.tar.gz
 Source1:       http://gd.tuwien.ac.at/infosys/mail/qmail/ezmlm-patches/%{name}-%{idx_ver}.tar.gz
 Source2:       http://gd.tuwien.ac.at/infosys/mail/qmail/ezmlm-patches/ezman.html.tar.gz
 Patch0:                %{name}-opt.patch
+Patch1:                ezmlm-glibc.patch
 URL:           http://www.ezmlm.org/
 BuildRequires: groff
 Obsoletes:     ezmlm
@@ -29,6 +30,7 @@ obs
 %prep
 %setup -q -n ezmlm-%{ezmlm_ver} -a1
 %patch0 -p1
+%patch1
 
 mv -f ezmlm-idx-%{idx_ver}/* .
 cat idx.patch | sed 's/conf-bin`/conf-bin2`/g' > idx2.patch
This page took 0.098361 seconds and 4 git commands to generate.