Author: sparky                       Date: Sat Sep 20 19:33:35 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- allow rpm*flags passing
- don't force -O0 -g

---- Files affected:
SOURCES:
   cups-driver-splix-optflags.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/cups-driver-splix-optflags.patch
diff -u /dev/null SOURCES/cups-driver-splix-optflags.patch:1.1
--- /dev/null   Sat Sep 20 21:33:35 2008
+++ SOURCES/cups-driver-splix-optflags.patch    Sat Sep 20 21:33:29 2008
@@ -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
+ 
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to