fix(steps-guix): add libdaemon-0.14 before avahi with autotools build step

This commit is contained in:
vxtls 2026-02-28 15:42:26 -05:00
parent e700df32f4
commit faf86ef8c4
3 changed files with 32 additions and 0 deletions

View 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
}

View file

@ -0,0 +1 @@
f https://0pointer.de/lennart/projects/libdaemon/libdaemon-0.14.tar.gz fd23eb5f6f986dcc7e708307355ba3289abe03cc381fc47a80bca4a50aa6b834 libdaemon-0.14.tar.gz