mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 19:46:31 +01:00
fix(steps-guix): add libdaemon-0.14 before avahi with autotools build step
This commit is contained in:
parent
e700df32f4
commit
faf86ef8c4
3 changed files with 32 additions and 0 deletions
30
steps-guix/libdaemon-0.14/pass1.sh
Normal file
30
steps-guix/libdaemon-0.14/pass1.sh
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
# 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-examples
|
||||||
|
}
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
default_src_compile
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
default_src_install
|
||||||
|
}
|
||||||
1
steps-guix/libdaemon-0.14/sources
Normal file
1
steps-guix/libdaemon-0.14/sources
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
f https://0pointer.de/lennart/projects/libdaemon/libdaemon-0.14.tar.gz fd23eb5f6f986dcc7e708307355ba3289abe03cc381fc47a80bca4a50aa6b834 libdaemon-0.14.tar.gz
|
||||||
|
|
@ -35,6 +35,7 @@ build: libevent-2.1.12
|
||||||
build: expat-2.7.4
|
build: expat-2.7.4
|
||||||
build: dbus-1.16.2
|
build: dbus-1.16.2
|
||||||
build: gdbm-1.8.3
|
build: gdbm-1.8.3
|
||||||
|
build: libdaemon-0.14
|
||||||
build: avahi-0.8
|
build: avahi-0.8
|
||||||
build: guile-avahi-0.4.1
|
build: guile-avahi-0.4.1
|
||||||
build: guile-git-0.10.0
|
build: guile-git-0.10.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue