fix: we have to build our own openssl to use standard paths

This commit is contained in:
Lars Sjöström 2025-03-12 12:47:56 +01:00
parent 4ecf8ead2a
commit 5ecfd546f6
No known key found for this signature in database
5 changed files with 176 additions and 3 deletions

View file

@ -63,7 +63,7 @@ runCommand name
cp -Pv "$srcfile" "$destfile"
chmod 755 "$destfile"
patchelf --set-rpath /lib:/usr/lib:/ $destfile
patchelf --set-rpath /usr/lib $destfile
patchelf --set-interpreter /lib/ld-linux-x86-64.so.2 $destfile || true
}