rpms/pdftk/FC-6 pdftk-1.41-rpmopt.patch,NONE,1.1

Jochen Schmitt (s4504kr) fedora-extras-commits at redhat.com
Mon Feb 26 20:13:09 UTC 2007


Author: s4504kr

Update of /cvs/extras/rpms/pdftk/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21803

Added Files:
	pdftk-1.41-rpmopt.patch 
Log Message:
Use of rpmoptflags

pdftk-1.41-rpmopt.patch:

--- NEW FILE pdftk-1.41-rpmopt.patch ---
--- pdftk-1.41/pdftk/Makefile.RedHat.org	2006-09-21 19:37:38.000000000 +0200
+++ pdftk-1.41/pdftk/Makefile.RedHat	2007-02-26 20:50:28.000000000 +0100
@@ -26,12 +26,12 @@
 # if you want pdftk to ask before overwriting a file, set
 # ASK_ABOUT_WARNINGS to true; otherwise: false; override this default
 # with the dont_ask or do_ask command-line options
-CPPFLAGS= -O2 -DPATH_DELIM=0x2f -DASK_ABOUT_WARNINGS=false -fdollars-in-identifiers
+CPPFLAGS= ${RPM_OPT_FLAGS} -DPATH_DELIM=0x2f -DASK_ABOUT_WARNINGS=false -fdollars-in-identifiers
 CXXFLAGS= -lgcj
 
 # itext compiler flags
 # -O3 might cause pdftk to segfault on cat operation (gcc 3.4.4)
-export GCJFLAGS= -O2
+export GCJFLAGS= ${RPM_OPT_FLAGS}
 
 #
 export ARFLAGS= rs




More information about the scm-commits mailing list