[SCM] Debian packaging of libio-aio-perl branch, master, updated. debian/4.11-1-2-gdae7ff2

Alessandro Ghedini al3xbio at gmail.com
Thu Oct 20 19:56:21 UTC 2011


The following commit has been merged in the master branch:
commit 40473a46381a2bc809300bbc67ba9e07f17e7fd9
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Thu Oct 20 21:44:30 2011 +0200

    Fix FTBS on platforms not having O_CLOEXEC (Closes: #645543)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ae54daf
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+workaround-missing-O_CLOEXEC.patch
diff --git a/debian/patches/workaround-missing-O_CLOEXEC.patch b/debian/patches/workaround-missing-O_CLOEXEC.patch
new file mode 100644
index 0000000..1c7e92d
--- /dev/null
+++ b/debian/patches/workaround-missing-O_CLOEXEC.patch
@@ -0,0 +1,19 @@
+Description: Fix FTBS on platforms not having O_CLOEXEC.
+Origin: vendor
+Bug: http://bugs.debian.org/645543
+Author: Alessandro Ghedini <al3xbio at gmail.com>
+Last-Update: 2011-10-20
+
+--- a/libeio/eio.c
++++ b/libeio/eio.c
+@@ -73,6 +73,10 @@
+ # define ELOOP EDOM
+ #endif
+ 
++#ifndef O_CLOEXEC
++# define O_CLOEXEC 0
++#endif
++
+ #if !defined(ENOTSOCK) && defined(WSAENOTSOCK)
+ # define ENOTSOCK WSAENOTSOCK
+ #endif

-- 
Debian packaging of libio-aio-perl



More information about the Pkg-perl-cvs-commits mailing list