diff mbox series

[bug#38019] Fix build of virtuoso-ose.

Message ID 4e87cf6e307d30ba6206b167d10bd287fe85036d.camel@gnu.org
State Accepted
Headers show
Series [bug#38019] Fix build of virtuoso-ose. | expand

Commit Message

Roel Janssen Nov. 1, 2019, 12:56 p.m. UTC
Dear Guix,

I attached a patch to fix the build of 'virtuoso-ose'.  It's been a
long time since I submitted a patch, so if it was already fixed in some
other branch, then disregard this patch.

Could somebody apply it?

Kind regards,
Roel Janssen

Comments

Marius Bakke Nov. 3, 2019, 5:03 p.m. UTC | #1
Roel Janssen <roel@gnu.org> writes:

> Dear Guix,
>
> I attached a patch to fix the build of 'virtuoso-ose'.  It's been a
> long time since I submitted a patch, so if it was already fixed in some
> other branch, then disregard this patch.
>
> Could somebody apply it?

Thanks!  I applied it, after changing from 'openssl-1.0.2t' to the more
stable 'openssl-1.0' variable, and adjusted the commit message to match.
diff mbox series

Patch

From 23085913698bea734144aa8ff6e65a69bf460e55 Mon Sep 17 00:00:00 2001
From: Roel Janssen <roel@gnu.org>
Date: Fri, 1 Nov 2019 13:51:19 +0100
Subject: [PATCH] databases: Fix build of virtuoso-ose.

Virtuoso cannot be built with versions of OpenSSL >1.1.0.

* gnu/packages/databases.scm (virtuoso-ose): Use openssl-1.0.2t.
---
 gnu/packages/databases.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 412768aca6..a8e5418666 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2352,7 +2352,7 @@  implementation for Python.")
        #:configure-flags '("--without-internal-zlib"
                            "--with-readline")))
     (inputs
-     `(("openssl" ,openssl)
+     `(("openssl" ,openssl-1.0.2t)
        ("net-tools" ,net-tools)
        ("readline" ,readline)
        ("zlib" ,zlib)))
-- 
2.23.0