Merge #12 Try to fix linking with libraries in /app/lib64

This commit is contained in:
Jan Horak 2019-06-19 08:18:26 +00:00
commit 2c3bb2bfc6

View File

@ -542,6 +542,11 @@ MOZ_LINK_FLAGS="-Wl,--no-keep-memory"
echo "ac_add_options --enable-linker=gold" >> .mozconfig echo "ac_add_options --enable-linker=gold" >> .mozconfig
%endif %endif
%endif %endif
%if 0%{?flatpak}
# Make sure the linker can find libraries in /app/lib64 as we don't use
# __global_ldflags that normally sets this.
MOZ_LINK_FLAGS="$MOZ_LINK_FLAGS -L%{_libdir}"
%endif
%ifarch %{arm} %{ix86} %ifarch %{arm} %{ix86}
export RUSTFLAGS="-Cdebuginfo=0" export RUSTFLAGS="-Cdebuginfo=0"
%endif %endif