Skip to content

Commit 6d53678

Browse files
committed
Merge branch '0.17-maintenance' into 0.18-maintenance
2 parents 6e05c48 + 2a2bb07 commit 6d53678

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

511
The objective is to prepare a very conservative patch release which can be bumped in Nixpkgs immediately.

tests/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ TESTS = $(src_TESTS) $(build_TESTS)
6161
EXTRA_DIST = no-rpath-prebuild $(src_TESTS) no-rpath-prebuild.sh invalid-elf endianness empty-note \
6262
overlapping-segments-after-rounding short-first-segment.gz
6363

64-
TESTS_ENVIRONMENT = PATCHELF_DEBUG=1 STRIP=$(STRIP) OBJDUMP=$(OBJDUMP) READELF=$(READELF) OBJCOPY=$(OBJCOPY)
64+
TESTS_ENVIRONMENT = PATCHELF_DEBUG=1 STRIP=$(STRIP) NM=$(NM) OBJDUMP=$(OBJDUMP) READELF=$(READELF) OBJCOPY=$(OBJCOPY) STRINGS=$(STRINGS)
6565

6666
$(no_rpath_arch_TESTS): no-rpath-prebuild.sh
6767
@ln -s $< $@

0 commit comments

Comments
 (0)