refactor(guile-2.2.4): remove redundant post-sed grep assertions in pass1.sh

This commit is contained in:
vxtls 2026-03-19 09:59:34 -04:00
parent 8c41939c5c
commit ef6abd5884

View file

@ -12,8 +12,6 @@ src_prepare() {
-e 's|^guile_LDFLAGS =.*$|guile_LDFLAGS = -all-static|' \ -e 's|^guile_LDFLAGS =.*$|guile_LDFLAGS = -all-static|' \
libguile/Makefile.in libguile/Makefile.in
grep -q '^guile_LDADD = libguile-@GUILE_EFFECTIVE_VERSION@.la -ldl$' libguile/Makefile.in
grep -q '^guile_LDFLAGS = -all-static$' libguile/Makefile.in
} }
src_configure() { src_configure() {