Skip to content

Try to fix OBS link issues

Tomaz Canabrava requested to merge tcanabrava/konsole:try_fix_obs into master

This patch moves more code to internal libraries and fixes the link order. this should now build with the following cmake flags:

-DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-Bsymbolic-functions" \
-DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-Bsymbolic-functions" \
-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-Bsymbolic-functions" \

@lbeltrame

Merge request reports