Skip to content

Commit 2398917

Browse files
committed
Attempt to fix ci
1 parent cd20ee9 commit 2398917

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/rename-dynamic-symbols.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ diff orig_rel map_rel_r > diff_orig_rel_map_rel_r || exit 1
6969
###############################################################################
7070
list_symbols --defined-only $full_lib_name | cut -d@ -f1 | sort -u | awk "{printf \"%s %s${suffix}\n\",\$1,\$1}" > map
7171

72-
cp ${PATCHELF} ${full_lib_name} .
73-
${PATCHELF} --rename-dynamic-symbols map ./patchelf $lib_name
72+
cp -L ${PATCHELF} ${full_lib_name} .
73+
${PATCHELF} --rename-dynamic-symbols map ./patchelf ./$lib_name
7474

7575
env LD_BIND_NOW=1 LD_LIBRARY_PATH=. ./patchelf --version

0 commit comments

Comments
 (0)