[Python-modules-commits] [billiard] 01/02: Add configuration for GNU/Hurd when building.

Michael Fladischer fladi at moszumanska.debian.org
Sun Jul 30 19:08:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

fladi pushed a commit to branch patch-queue/debian/master
in repository billiard.

commit 11b863d9dd1c9dd63d0125eec19eb578c9d328fd
Author: Michael Fladischer <fladi at debian.org>
Date:   Thu Oct 8 08:33:15 2015 -0700

    Add configuration for GNU/Hurd when building.
    
    Last-Update: 2015-05-19
    Forwarded: no
    
    Patch-Name: hurd.patch
    
    Gbp-Pq: Name hurd.patch
---
 setup.py | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/setup.py b/setup.py
index d90bb90..938bb5f 100644
--- a/setup.py
+++ b/setup.py
@@ -134,6 +134,13 @@ elif sys.platform.startswith('openbsd'):
         HAVE_FD_TRANSFER=1,
     )
     libraries = []
+elif sys.platform.startswith('gnu'):
+    macros = dict(                  # GNU/Hurd
+        HAVE_SEM_OPEN=0,            # Not implemented
+        HAVE_SEM_TIMEDWAIT=0,
+        HAVE_FD_TRANSFER=1,
+    )
+    libraries = []
 else:                                   # Linux and other unices
     macros = dict(
         HAVE_SEM_OPEN=1,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/billiard.git



More information about the Python-modules-commits mailing list