File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11## Release History
22
3+ ## 0.15.2 (August 12, 2025)
4+
5+ * In the autotools build system for the tests, pass a few more tool env vars in ` TESTS_ENVIRONMENT ` .
6+
7+ Some of them are not used yet (at all, or at least not in this backport to the ` 0.15-maintenance ` branch), but at least ` STRIP ` is.
8+
39## 0.15.1 (August 12, 2025)
410
511The objective is to prepare a very conservative patch release which can be bumped in Nixpkgs immediately.
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ TESTS = $(src_TESTS) $(build_TESTS)
5252
5353EXTRA_DIST = no-rpath-prebuild $(src_TESTS ) no-rpath-prebuild.sh invalid-elf endianness empty-note
5454
55- TESTS_ENVIRONMENT = PATCHELF_DEBUG=1 STRIP=$(STRIP ) OBJDUMP=$(OBJDUMP ) READELF=$(READELF ) OBJCOPY=$(OBJCOPY )
55+ TESTS_ENVIRONMENT = PATCHELF_DEBUG=1 STRIP=$(STRIP ) NM= $( NM ) OBJDUMP=$(OBJDUMP ) READELF=$(READELF ) OBJCOPY=$(OBJCOPY ) STRINGS= $( STRINGS )
5656
5757$(no_rpath_arch_TESTS ) : no-rpath-prebuild.sh
5858 @ln -s $< $@
You can’t perform that action at this time.
0 commit comments