mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-04-16 16:32:17 +02:00
fix: autoreconf -fi in guile-2.0.9 to regen build files
This commit is contained in:
parent
b28f1eb4e0
commit
00fe9753e4
1 changed files with 3 additions and 1 deletions
|
|
@ -5,7 +5,9 @@ SEED_PREFIX="/bootstrap-seeds/guile-2.0.9"
|
|||
src_prepare() {
|
||||
default
|
||||
|
||||
AUTOPOINT=true autoreconf -fi
|
||||
AUTOPOINT=true \
|
||||
ACLOCAL_PATH="${PREFIX}/share/aclocal:${PREFIX}/share/gettext/m4${ACLOCAL_PATH:+:${ACLOCAL_PATH}}" \
|
||||
autoreconf -fi
|
||||
|
||||
# Match Guix's static bootstrap Guile approach: force the final `guile`
|
||||
# executable to be linked through libtool with -all-static.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue