]> git.pld-linux.org Git - packages/cups-driver-splix.git/commitdiff
- allow rpm*flags passing
authorsparky <sparky@pld-linux.org>
Sat, 20 Sep 2008 19:33:29 +0000 (19:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- don't force -O0 -g

Changed files:
    cups-driver-splix-optflags.patch -> 1.1

cups-driver-splix-optflags.patch [new file with mode: 0644]

diff --git a/cups-driver-splix-optflags.patch b/cups-driver-splix-optflags.patch
new file mode 100644 (file)
index 0000000..8be428b
--- /dev/null
@@ -0,0 +1,24 @@
+--- splix-1.1.1/Makefile.optflags      2008-09-20 21:20:29.000000000 +0200
++++ splix-1.1.1/Makefile       2008-01-27 23:52:00.000000000 +0100
+@@ -4,8 +4,8 @@
+ #  This project has been placed under the GPL Licence.
+ #
+-CXXFLAGS      := -O2 `cups-config --cflags` 
+-LDFLAGS               := `cups-config --ldflags`
++CXXFLAGS      := $(OPTCXXFLAGS) `cups-config --cflags` 
++LDFLAGS               := $(OPTLDFLAGS) `cups-config --ldflags`
+ CUPSFILTER    := `cups-config --serverbin`/filter
+ CUPSPPD               := `cups-config --datadir`/model
+--- splix-1.1.1/src/Makefile~  2008-01-27 23:52:00.000000000 +0100
++++ splix-1.1.1/src/Makefile   2008-09-20 21:24:42.000000000 +0200
+@@ -4,7 +4,7 @@
+ #  This project has been placed under the GPL Licence.
+ #
+-CXXFLAGS      += -I../include -Wall -g -O0 #-DENABLE_DEBUG
++CXXFLAGS      += -I../include -Wall #-DENABLE_DEBUG
+ LDFLAGS               +=
+ LIBS          += -lcups -lcupsimage
This page took 0.058893 seconds and 4 git commands to generate.