gorgone / s3_releases

Simplebuild 3 Releases
GNU General Public License v3.0
43 stars 34 forks source link

Add patchelf functionality #54

Closed WXbet closed 4 years ago

WXbet commented 4 years ago

if exists _patchelf-variable in toolchain.cfg (e.g. _patchelf="--set-interpreter '/usr/lib/freetz/ld-uClibc.so.1'";) then patchelf ist executed before COMPRESS. Useful for fritzbox toolchains for FritzOS > 7.20.

This is one resolution for problem described in: https://board.streamboard.tv/forum/thread/37367-simplebuild-3-talk-in-en-de-firstpost-changelog/?postID=600978#post600978

WXbet commented 4 years ago

Bitte (noch) nicht einchecken, falls du das überhaupt wolltest ;-) Es geht vielleich über RPATH ("EXTRA_LDFLAGS=-Wl,-rpath,$_libsearchdir"). Das muss ich aber noch validieren. Dann wäre der PR sinnlos und es gibt einen neuen. Für den RPATH könnten wir dann die _libsearchdir-Variable aus der toolchain.cfg nehmen, die wird heute gar nicht genutzt...

WXbet commented 4 years ago

RPATH seems not to work :-(

gorgone commented 4 years ago

please make new pull request if needed