flathub / com.slack.Slack

https://flathub.org/apps/details/com.slack.Slack
35 stars 36 forks source link

libsframe needs to be copied when updating to runtime 23.08 #222

Closed bbhtt closed 8 months ago

bbhtt commented 11 months ago

Hi, this is a heads up.

ar since binutils >=2.40 links against libsframe but binutils is entirely in the SDK and not in platform runtime. So libsframe needs to be copied, else the apply_extra script won't work.

cp -a /usr/lib/$(gcc --print-multiarch)/libsframe.so* ${FLATPAK_DEST}/lib

Another option is to use bsdtar instead of ar.

Thanks