libtool: fix spurious rebuilds

This commit is contained in:
Jeremy Soller 2025-11-14 18:49:32 -07:00
parent 2b62a0d83c
commit 683cfe5a13
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -3,12 +3,15 @@
git = "https://gitlab.redox-os.org/redox-os/libtool"
branch = "v2.5.4-redox"
shallow_clone = true
[build]
template = "custom"
script = """
rsync -av --delete "${COOKBOOK_SOURCE}/" ./
./bootstrap \
--skip-po \
--force \
--gnulib-srcdir=./gnulib
COOKBOOK_CONFIGURE="./configure"
cookbook_configure
"""
[build]
template = "configure"