Projekt

Allgemein

Profil

Fehler #577

Von Maximilian Seesslen vor 2 Monaten aktualisiert

The GCC version is hardcoded in relocate script to only patch those files via patchelf.
Iterate over all files.

<pre><code class="shell">
for f in $(find /usr/lib -executable -type f); do if $(/lib64/ld-linux-x86-64.so.2 --verify $f); then echo "$f: YES"; fi; done
</code></pre>

Zurück