New commits:
commit 7c710b3c2e3b22ba2ca91d09989c6f2631a2dbce
Merge: 6151c90ac3 0928caf63f
Author: Andrew Cagney <[email protected]>
Date: Wed Oct 15 09:20:45 2025 -0400
Merge building: add $(CERTUTIL) et.al.
so that NSS commands can be overridden; use in external/nss/
commit 0928caf63f523db18cd6d98eab4820578cc2cc86
Author: Andrew Cagney <[email protected]>
Date: Tue Oct 14 13:19:17 2025 -0400
building: override CERTUTIL et.al. when building against local NSS
commit 142cb7d71a86aa8c81e8c7e6fe484702036e5c0e
Author: Andrew Cagney <[email protected]>
Date: Tue Oct 14 13:20:49 2025 -0400
building: add s/@@CERTUTIL@@/$(CERTUTIL)/ et.al.
so that command can be customized
- on fedora, specify path to vfychain
- in ipsec, don't use "exec", do use "eval"
otherwise
cmd="LD_LIBRARY_PATH=/nss/lib /nss/bin/certutil"
${cmd} ....
fails
commit 83f4a227631a7fe9058ed2a83999e77560d14c96
Author: Andrew Cagney <[email protected]>
Date: Tue Oct 14 13:20:49 2025 -0400
building: include -e in TRANSFORMS += 's:...:...:g'
as in:
TRANSFORMS += -e 's:...:...:g'
the macro expansion:
$(patsubst %,-e %,$(TRANSFORMS))
fails when the transform contains a space
_______________________________________________
Swan-commit mailing list -- [email protected]
To unsubscribe send an email to [email protected]