mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
fix(steps-guix): add gdbm-1.8.3 before avahi and enable avahi dbm support
This commit is contained in:
parent
de73fe6d0c
commit
1c75638d4a
4 changed files with 31 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ src_configure() {
|
|||
--host="${host_triplet}" \
|
||||
--build="${host_triplet}" \
|
||||
--with-distro=lfs \
|
||||
--enable-dbm \
|
||||
--enable-static \
|
||||
--enable-shared \
|
||||
--disable-glib \
|
||||
|
|
|
|||
28
steps-guix/gdbm-1.8.3/pass1.sh
Normal file
28
steps-guix/gdbm-1.8.3/pass1.sh
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# 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" \
|
||||
./configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--libdir="${LIBDIR}" \
|
||||
--includedir="${PREFIX}/include" \
|
||||
--host="${host_triplet}" \
|
||||
--build="${host_triplet}" \
|
||||
--enable-static \
|
||||
--enable-shared
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
default_src_compile
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default_src_install
|
||||
}
|
||||
1
steps-guix/gdbm-1.8.3/sources
Normal file
1
steps-guix/gdbm-1.8.3/sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
f https://ftp.gnu.org/gnu/gdbm/gdbm-1.8.3.tar.gz cc340338a2e28b40058ab9eb5354a21d53f88a1582ea21ba0bb185c37a281dc9 gdbm-1.8.3.tar.gz
|
||||
|
|
@ -34,6 +34,7 @@ build: scheme-bytestructures-2.0.2
|
|||
build: libevent-2.1.12
|
||||
build: expat-2.7.4
|
||||
build: dbus-1.16.2
|
||||
build: gdbm-1.8.3
|
||||
build: avahi-0.8
|
||||
build: guile-avahi-0.4.1
|
||||
build: guile-git-0.10.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue