]> git.pld-linux.org Git - packages/imap.git/commitdiff
- ustat.h has been removed in glibc 2.28 auto/th/imap-2007f-5
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 6 Aug 2018 20:08:19 +0000 (20:08 +0000)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 6 Aug 2018 20:08:19 +0000 (20:08 +0000)
- rel 5

imap.spec
no-ustat.h.patch [new file with mode: 0644]

index 2286a6113d8f0df0b7e132e24f5a8405da7d75c3..8e5b900a0f0df532856d0fbcb042c84568b01f9a 100644 (file)
--- a/imap.spec
+++ b/imap.spec
@@ -7,7 +7,7 @@ Summary(uk.UTF-8):      Забезпечує підтримку мережевого
 Summary(zh_CN.UTF-8):  IMAP和POP服务器
 Name:          imap
 Version:       2007f
-Release:       4
+Release:       5
 Epoch:         1
 License:       Apache v2.0
 Group:         Networking/Daemons
@@ -32,6 +32,7 @@ Patch7:               %{name}-version-pld.patch
 Patch8:                %{name}-headers_fix.patch
 Patch9:                %{name}-annotations.patch
 Patch10:       %{name}-werror.patch
+Patch11:       no-ustat.h.patch
 URL:           http://www.washington.edu/imap/
 BuildRequires: /sbin/ldconfig
 BuildRequires: openssl-devel >= 0.9.7d
@@ -298,6 +299,7 @@ POP/IMAP.
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 
 cd docs/rfc
 ls rfc* > ../INDEX.rfc
diff --git a/no-ustat.h.patch b/no-ustat.h.patch
new file mode 100644 (file)
index 0000000..701f71c
--- /dev/null
@@ -0,0 +1,22 @@
+--- imap-2007f/src/osdep/unix/os_lnx.h~        2018-08-06 20:01:34.000000000 +0000
++++ imap-2007f/src/osdep/unix/os_lnx.h 2018-08-06 20:04:43.542554901 +0000
+@@ -36,7 +36,7 @@
+ #include <fcntl.h>
+ #include <syslog.h>
+ #include <sys/file.h>
+-#include <ustat.h>
++//#include <ustat.h>
+ /* Linux gets this wrong */
+--- imap-2007f/src/osdep/unix/os_slx.h~        2018-08-06 20:01:34.000000000 +0000
++++ imap-2007f/src/osdep/unix/os_slx.h 2018-08-06 20:03:23.613729212 +0000
+@@ -36,7 +36,7 @@
+ #include <fcntl.h>
+ #include <syslog.h>
+ #include <sys/file.h>
+-#include <ustat.h>
++//#include <ustat.h>
+ /* Linux gets this wrong */
This page took 0.102516 seconds and 4 git commands to generate.