Accepting request 357295 from mozilla:Factory
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/357295 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MozillaThunderbird?expand=0&rev=155
This commit is contained in:
commit
bf426d38cc
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 25 10:39:23 UTC 2016 - olaf@aepfle.de
|
||||
|
||||
- Using -g for CFLAGS is controlled via project settings, it should
|
||||
not be enforced by the mozilla buildsystem.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 18 07:32:51 UTC 2016 - olaf@aepfle.de
|
||||
|
||||
|
@ -244,6 +244,10 @@ export LDFLAGS="${LDFLAGS} -Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
|
||||
%endif
|
||||
export CXXFLAGS="$CFLAGS"
|
||||
export MOZCONFIG=$RPM_BUILD_DIR/mozconfig
|
||||
# -g might be part of RPM_OPT_FLAGS, depending on the debuginfo setting in prj config
|
||||
# gcc lacks a an explicit -noop, so use something similar to make sure -g
|
||||
# is not forced into CFLAGS
|
||||
export MOZ_DEBUG_FLAGS="-pipe"
|
||||
#
|
||||
cat << EOF > $MOZCONFIG
|
||||
mk_add_options MOZILLA_OFFICIAL=1
|
||||
|
Loading…
Reference in New Issue
Block a user