[packages/thunderbird/i686-memory] define specrustflags before rpmrustflags are evaluated...
atler
atler at pld-linux.org
Thu Aug 6 13:47:33 CEST 2026
commit 2166a07331ba56213e0ee3505f4fffc965b53f55
Author: Jan Palus <atler at pld-linux.org>
Date: Thu Aug 6 13:46:47 2026 +0200
define specrustflags before rpmrustflags are evaluated...
thunderbird.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/thunderbird.spec b/thunderbird.spec
index bf5bcf5..baed415 100644
--- a/thunderbird.spec
+++ b/thunderbird.spec
@@ -327,6 +327,10 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define filterout -fvar-tracking-assignments
%endif
+%if %{with lowmem}
+%define specrustflags -C strip=symbols
+%endif
+
# firefox/thunderbird/seamonkey provide their own versions
%define _noautoprovfiles %{_libdir}/%{name}/components
@@ -1431,7 +1435,6 @@ export MOZ_DEBUG_FLAGS=" "
export LLVM_USE_SPLIT_DWARF=1
export LLVM_PARALLEL_LINK_JOBS=1
export MOZ_LINK_FLAGS="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
-%define specrustflags -C strip=symbols
%endif
%if %{with crashreporter}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/thunderbird.git/commitdiff/2166a07331ba56213e0ee3505f4fffc965b53f55
More information about the pld-cvs-commit
mailing list