We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609b2dc commit 87a5295Copy full SHA for 87a5295
1 file changed
pg_tarballs/pg_tarballs_builder.sh
@@ -1939,7 +1939,7 @@ set_rpath(){
1939
# Check if the file is an ELF executable or shared library
1940
if [ -f "$binary" ] && file "$binary" | grep -q "ELF"; then
1941
echo "Changing RPATH for $binary..."
1942
- patchelf --set-rpath "$new_rpath" "$binary"
+ patchelf --set-rpath "$new_rpath" "$binary" || echo "Warning: patchelf failed for $binary, skipping"
1943
echo "------------------------"
1944
fi
1945
done
0 commit comments