We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2b419d + f7053d0 commit 7281d99Copy full SHA for 7281d99
tests/replace-add-needed.sh
@@ -11,7 +11,7 @@ cp libbar.so ${SCRATCH}/
11
12
cd ${SCRATCH}
13
14
-libcldd=$(ldd ./simple | awk '/ => / { print $3 }' | grep -E "(libc.so|ld-musl)")
+libcldd=$(ldd ./simple | awk '/ => / { print $3 }' | grep -E "(libc(-[0-9.]*)*.so|ld-musl)")
15
16
# We have to set the soname on these libraries
17
${PATCHELF} --set-soname libbar.so ./libbar.so
0 commit comments