Skip to content

Commit 2a2bb07

Browse files
committed
Merge branch '0.16-maintenance' into 0.17-maintenance
2 parents 3449f5f + ca25385 commit 2a2bb07

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
@@ -52,7 +52,7 @@ TESTS = $(src_TESTS) $(build_TESTS)
5252

5353
EXTRA_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 $< $@

0 commit comments

Comments
 (0)