Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
splix
splix-add-debuginfo.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File splix-add-debuginfo.patch of Package splix
SLE needs debugging information even for optimized binaries. Signed-off-by: Libor Pechacek <lpechacek@suse.cz> Index: splix-2.0.0/Makefile =================================================================== --- splix-2.0.0.orig/Makefile +++ splix-2.0.0/Makefile @@ -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) Index: splix-2.0.0/rules.mk =================================================================== --- splix-2.0.0.orig/rules.mk +++ splix-2.0.0/rules.mk @@ -21,9 +21,9 @@ cmd_install_cms = INSTALL col install: $(rastertoqpdl_TARGET) $(pstoqpdl_TARGET) $(Q)mkdir -p $(DESTDIR)${CUPSFILTER} $(call printCmd, $(cmd_install_raster)) - $(Q)install -m 755 -s $(rastertoqpdl_TARGET) $(DESTDIR)${CUPSFILTER} + $(Q)install -m 755 $(rastertoqpdl_TARGET) $(DESTDIR)${CUPSFILTER} $(call printCmd, $(cmd_install_ps)) - $(Q)install -m 755 -s $(pstoqpdl_TARGET) $(DESTDIR)${CUPSFILTER} + $(Q)install -m 755 $(pstoqpdl_TARGET) $(DESTDIR)${CUPSFILTER} $(Q)$(MAKE) --no-print-directory -C ppd install Q=$(Q) \ DESTDIR=$(abspath $(DESTDIR)) DISABLE_JBIG=$(DISABLE_JBIG) @echo ""
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor