mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-27 13:36:31 +01:00
fix(guile): preserve gnutls init in final static guile wrapper
This commit is contained in:
parent
66a66651b8
commit
6b8aa73507
8 changed files with 104 additions and 6 deletions
23
steps-guix/lzlib-1.9/pass1.sh
Normal file
23
steps-guix/lzlib-1.9/pass1.sh
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
PATH="${PREFIX}/bin:/usr/bin:/bin" \
|
||||
./configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--libdir="${LIBDIR}" \
|
||||
--includedir="${PREFIX}/include" \
|
||||
--enable-shared \
|
||||
--disable-ldconfig
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
default_src_compile
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default_src_install
|
||||
}
|
||||
1
steps-guix/lzlib-1.9/sources
Normal file
1
steps-guix/lzlib-1.9/sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
f https://download.savannah.nongnu.org/releases/lzip/lzlib/lzlib-1.9.tar.gz 2472f8d93830d0952b0c75f67e372d38c8f7c174dde2252369d5b20c87d3ba8e lzlib-1.9.tar.gz
|
||||
Loading…
Add table
Add a link
Reference in a new issue