mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 19:46:31 +01:00
fix(steps-guix): add libevent-2.1.12 before avahi dependency chain
This commit is contained in:
parent
6762e8b259
commit
1ada5d4d64
4 changed files with 34 additions and 0 deletions
|
|
@ -16,8 +16,11 @@ src_configure() {
|
||||||
--includedir="${PREFIX}/include" \
|
--includedir="${PREFIX}/include" \
|
||||||
--host="${host_triplet}" \
|
--host="${host_triplet}" \
|
||||||
--build="${host_triplet}" \
|
--build="${host_triplet}" \
|
||||||
|
--with-distro=lfs \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
--disable-glib \
|
||||||
|
--disable-gobject \
|
||||||
--disable-gtk \
|
--disable-gtk \
|
||||||
--disable-gtk3 \
|
--disable-gtk3 \
|
||||||
--disable-qt3 \
|
--disable-qt3 \
|
||||||
|
|
|
||||||
29
steps-guix/libevent-2.1.12/pass1.sh
Normal file
29
steps-guix/libevent-2.1.12/pass1.sh
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
# 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
|
||||||
|
}
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
default_src_compile
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
default_src_install
|
||||||
|
}
|
||||||
1
steps-guix/libevent-2.1.12/sources
Normal file
1
steps-guix/libevent-2.1.12/sources
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
f https://github.com/libevent/libevent/releases/download/release-2.1.12-stable/libevent-2.1.12-stable.tar.gz 92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb libevent-2.1.12-stable.tar.gz
|
||||||
|
|
@ -29,6 +29,7 @@ build: guile-sqlite3-0.1.3
|
||||||
build: guile-zlib-0.2.2
|
build: guile-zlib-0.2.2
|
||||||
build: guile-lzlib-0.0.2
|
build: guile-lzlib-0.0.2
|
||||||
build: scheme-bytestructures-2.0.2
|
build: scheme-bytestructures-2.0.2
|
||||||
|
build: libevent-2.1.12
|
||||||
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