summaryrefslogtreecommitdiff
path: root/debian/patches/stabs_format_debug_info.diff
AgeCommit message (Collapse)AuthorFilesLines
2013-10-01fix build on m68k (#717685)Pino Toscano1-3/+5
use -gstabs instead of -g
2013-10-01fix build on sh4 (#694773)Pino Toscano1-3/+5
use -gstabs instead of -g
2012-05-01Add armhf in the gstabs workaround message.Fathi Boudra1-1/+1
2011-12-29Refresh patches - no changes needed.Fathi Boudra1-1/+1
2011-12-25Revert "* New upstream release."Pino Toscano1-1/+1
As also agreed with Fathi, we'll concentrate on 2.2.0 for now, until it builds everywhere. This reverts commit 4c2df0583cc94d24746bc0957473f010a0cd3679.
2011-12-24* New upstream release.Fathi Boudra1-1/+1
* Drop adjust_symbols_visibility_for_webcore.diff - stolen upstream. * Update debian/control: - bump build dependency on Qt 4.8. * Refresh patches
2011-09-20Refresh patchesFathi Boudra1-8/+7
Adapt 03_hide_std_symbols: BASE_DIR -> PWD
2011-08-10s/author/Author/ in patch headersPino Toscano1-1/+1
2011-06-20Refresh patchesFathi Boudra1-0/+4
2011-03-28Really replace -g with -gstabs on s390, mips, mipsel and armel.Modestas Vainius1-5/+5
Previously it used to grab -g from environment CXXFLAGS. Hopefully this will truly fix OOMs when linking. (Closes: #618325)
2011-03-24Build with -gstabs on armel (Closes: #618325).Modestas Vainius1-0/+24
Added to the stabs_format_debug_info.diff patch (former 07_s390_stabs_format_debugging_information.diff).