- add gnutls-fix.patch
GnuTLS built against guile 2.0 is breaking any HTTPS connection, this upstream patch solves it OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guix?expand=0&rev=17
This commit is contained in:
committed by
Git OBS Bridge
parent
8e2636fc70
commit
e785f90881
@@ -45,6 +45,8 @@ Source11: armhf-linux-guile-2.0.11.tar.xz.sig
|
||||
Source12: aarch64-linux-guile-2.0.14.tar.xz
|
||||
Source13: aarch64-linux-guile-2.0.14.tar.xz.sig
|
||||
Source20: run_guix_daemon.sh
|
||||
# PATCH-FIX-UPSTREAM -- HTTPS is not working correctly for GnuTLS built against Guile 2.0 -- sleep_walker@opensuse.org
|
||||
Patch0: https://git.savannah.gnu.org/cgit/guix.git/patch/?id=7f04197fef905790fd392f8d686d00ae95a0d04c#./gnutls-fix.patch
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gnutls-guile
|
||||
BuildRequires: guile-charting
|
||||
@@ -74,6 +76,7 @@ Purely functional package manager and a distribution thereof.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
# install service file to _unitdir
|
||||
sed -i 's@\$(libdir)/systemd/system@%{_unitdir}@' Makefile.in
|
||||
mkdir -p gnu/packages/bootstrap/{i686,x86_64,mips64el,armhf}-linux
|
||||
|
Reference in New Issue
Block a user