Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
177 magnus 1
Description: Fix FTBFS
2
 glibc removed obsolete, never-implemented XSI STREAMS declarations via:
3
 https://sourceware.org/git/?p=glibc.git;a=commit;h=a0a0dc83173ce11ff45105fd32e5d14356cdfb9c
4
 And so stropts.h file is not available anymore.
5
 
6
---
7
 
8
--- prayer-1.3.5-dfsg1.orig/lib/os_linux.h
9
+++ prayer-1.3.5-dfsg1/lib/os_linux.h
10
@@ -9,7 +9,10 @@
11
 #include <signal.h>
12
 #include <netdb.h>
13
 #include <sys/file.h>
14
+
15
+#ifdef HAVE_STROPTS_H
16
 #include <stropts.h>
17
+#endif
18
 
19
 #include <sys/prctl.h>
20