Author: arekm                        Date: Sat Jul 25 15:13:31 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 1.3.6; disable SOCK_CLOEXEC (it requires kernel >= 2.6.27)

---- Files affected:
packages/apr:
   apr-disable-features.patch (NONE -> 1.1)  (NEW), apr-bug-46425.patch (1.9 -> 
NONE)  (REMOVED)

---- Diffs:

================================================================
Index: packages/apr/apr-disable-features.patch
diff -u /dev/null packages/apr/apr-disable-features.patch:1.1
--- /dev/null   Sat Jul 25 17:13:31 2009
+++ packages/apr/apr-disable-features.patch     Sat Jul 25 17:13:26 2009
@@ -0,0 +1,11 @@
+--- apr-1.3.6/configure.in~    2009-07-25 17:08:40.129677257 +0200
++++ apr-1.3.6/configure.in     2009-07-25 17:10:45.372998015 +0200
+@@ -788,7 +788,7 @@
+ 
+ int main()
+ {
+-    return socket(AF_INET, SOCK_STREAM|SOCK_CLOEXEC, 0) == -1;
++    return 1;
+ }], [apr_cv_sock_cloexec=yes], [apr_cv_sock_cloexec=no], 
[apr_cv_sock_cloexec=no])])
+ 
+ if test "$apr_cv_sock_cloexec" = "yes"; then
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to