mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-24 20:16:32 +01:00
fix(guix-bootstrap): wire mes seeds into bootstrap.scm and align xz seed link mode with Guix static bootstrap
This commit is contained in:
parent
5e4c88782f
commit
5eac7edb91
3 changed files with 84 additions and 0 deletions
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
SEED_PREFIX="/bootstrap-seeds/xz-5.2.4"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# Mirror Guix bootstrap static strategy: force libtool-built xz executable
|
||||
# to link with -all-static.
|
||||
sed -i 's/^xz_LDADD =/xz_LDADD = -all-static /' src/xz/Makefile.in
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure \
|
||||
--prefix="${SEED_PREFIX}" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue