mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 03:26:31 +01:00
fix(bootstrap): fix guile-gnutls static libtool target and make init fail-safe without panic
This commit is contained in:
parent
ee0f48186e
commit
ef7127bb83
5 changed files with 39 additions and 26 deletions
39
steps-guix/gnutls-3.8.12/pass1.sh
Normal file
39
steps-guix/gnutls-3.8.12/pass1.sh
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local host_triplet
|
||||
host_triplet="$(gcc -dumpmachine)"
|
||||
|
||||
PATH="${PREFIX}/bin:/usr/bin:/bin" \
|
||||
PKG_CONFIG_PATH="${LIBDIR}/pkgconfig:${PREFIX}/lib/pkgconfig" \
|
||||
./configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--libdir="${LIBDIR}" \
|
||||
--includedir="${PREFIX}/include" \
|
||||
--host="${host_triplet}" \
|
||||
--build="${host_triplet}" \
|
||||
--enable-static \
|
||||
--enable-shared \
|
||||
--disable-doc \
|
||||
--disable-tests \
|
||||
--disable-tools \
|
||||
--disable-libdane \
|
||||
--without-p11-kit \
|
||||
--without-idn \
|
||||
--without-zlib \
|
||||
--without-brotli \
|
||||
--without-tpm \
|
||||
--without-tpm2
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
default_src_compile
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default_src_install
|
||||
}
|
||||
1
steps-guix/gnutls-3.8.12/sources
Normal file
1
steps-guix/gnutls-3.8.12/sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
f https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.12.tar.xz a7b341421bfd459acf7a374ca4af3b9e06608dcd7bd792b2bf470bea012b8e51 gnutls-3.8.0.tar.xz
|
||||
Loading…
Add table
Add a link
Reference in a new issue