Skip to content

Commit 6b0d933

Browse files
heireckaEricson2314
authored andcommitted
Also respect a prefixed nm and strings too
(cherry picked from commit 1ab6930)
1 parent 731fcc2 commit 6b0d933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ TESTS = $(src_TESTS) $(build_TESTS)
5050

5151
EXTRA_DIST = no-rpath-prebuild $(src_TESTS) no-rpath-prebuild.sh invalid-elf endianness
5252

53-
TESTS_ENVIRONMENT = PATCHELF_DEBUG=1 STRIP=$(STRIP) OBJDUMP=$(OBJDUMP) READELF=$(READELF) OBJCOPY=$(OBJCOPY)
53+
TESTS_ENVIRONMENT = PATCHELF_DEBUG=1 STRIP=$(STRIP) NM=$(NM) OBJDUMP=$(OBJDUMP) READELF=$(READELF) OBJCOPY=$(OBJCOPY) STRINGS=$(STRINGS)
5454

5555
$(no_rpath_arch_TESTS): no-rpath-prebuild.sh
5656
@ln -s $< $@

0 commit comments

Comments
 (0)