SHA256
5
0
forked from pool/splix
Files
splix/splix-add-debuginfo.patch
Peter Simons ade81771aa Accepting request 442015 from home:psimons:branches:Printing
Update to latest SVN revision 315 of Splix. That version -- which was
unfortunately never released -- brings support for many new printers and solves
bsc#1007864. The update obsoletes splix-2.0.0-gcc45.patch, which was applied
upstream. Also, splix-add-debuginfo.patch has been partially applied upstream
and could be simplified.

Note that the new version of SpliX has bumped an internal version number and
therefore requires users to re-register their printer in CUPS. If this is not
done, then CUPS will complain about a version number mismatch.

OBS-URL: https://build.opensuse.org/request/show/442015
OBS-URL: https://build.opensuse.org/package/show/Printing/splix?expand=0&rev=19
2016-11-25 16:35:52 +00:00

19 lines
578 B
Diff

SLE needs debugging information even for optimized binaries.
Signed-off-by: Libor Pechacek <lpechacek@suse.cz>
Index: splix-2.0.0.315/Makefile
===================================================================
--- splix-2.0.0.315.orig/Makefile 2016-11-25 14:36:14.303965938 +0100
+++ splix-2.0.0.315/Makefile 2016-11-25 14:36:21.779850424 +0100
@@ -74,8 +74,8 @@ comma := ,
DEBUG_CFLAGS := -O0 -g
DEBUG_CXXFLAGS := -O0 -g
-OPTIM_CFLAGS := -O2
-OPTIM_CXXFLAGS := -O2
+OPTIM_CFLAGS := -O2 -g
+OPTIM_CXXFLAGS := -O2 -g
ARCHI := $(shell uname -s)