Skip to content

Commit 7281d99

Browse files
authored
Merge pull request #407 from robert-scheck/glibc-hwcaps
Handle glibc-hwcaps on ppc64le on CentOS/RHEL/Rocky 8 for tests/replace-add-needed.sh (fixes #406)
2 parents c2b419d + f7053d0 commit 7281d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/replace-add-needed.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cp libbar.so ${SCRATCH}/
1111

1212
cd ${SCRATCH}
1313

14-
libcldd=$(ldd ./simple | awk '/ => / { print $3 }' | grep -E "(libc.so|ld-musl)")
14+
libcldd=$(ldd ./simple | awk '/ => / { print $3 }' | grep -E "(libc(-[0-9.]*)*.so|ld-musl)")
1515

1616
# We have to set the soname on these libraries
1717
${PATCHELF} --set-soname libbar.so ./libbar.so

0 commit comments

Comments
 (0)