guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: python: Add missing patch.


From: guix-commits
Subject: branch core-updates updated: gnu: python: Add missing patch.
Date: Mon, 26 Oct 2020 13:06:24 -0400

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

janneke pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 677ce39  gnu: python: Add missing patch.
677ce39 is described below

commit 677ce39831c7170e242dca1a874f2420523e2b5e
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Mon Oct 26 18:04:25 2020 +0100

    gnu: python: Add missing patch.
    
    This is a follow-up to commit 5319f716cf575321bef4c501d7aebdc7220d69cf.
    
    Reported by efraim via IRC.
    
    * gnu/packages/patches/python-3-hurd-configure.patch: New file.
---
 gnu/packages/patches/python-3-hurd-configure.patch | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/patches/python-3-hurd-configure.patch 
b/gnu/packages/patches/python-3-hurd-configure.patch
new file mode 100644
index 0000000..aa25a40
--- /dev/null
+++ b/gnu/packages/patches/python-3-hurd-configure.patch
@@ -0,0 +1,27 @@
+Upstream status: Not upstreamed.
+
+The build system refuses to cross-compile for unknown targets
+even though it works fine.  Add GNU/Hurd target.
+
+--- Python-3.8.5/configure.orig        2020-10-26 14:06:09.665423525 +0100
++++ Python-3.8.5/configure     2020-10-26 14:08:30.987765738 +0100
+@@ -3278,6 +3278,9 @@
+       *-*-vxworks*)
+           ac_sys_system=VxWorks
+           ;;
++      *-*-gnu)
++          ac_sys_system=GNU
++          ;;
+       *)
+               # for now, limit cross builds to known configurations
+               MACHDEP="unknown"
+@@ -3328,6 +3331,9 @@
+       *-*-vxworks*)
+               _host_cpu=$host_cpu
+               ;;
++      *-*-gnu)
++              _host_cpu=$host_cpu
++          ;;
+       *)
+               # for now, limit cross builds to known configurations
+               MACHDEP="unknown"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]