rpms/isomaster/FC-6 isomaster-0.8.1-optflags.diff,NONE,1.1

Marcin Zajaczkowski (szpak) fedora-extras-commits at redhat.com
Thu Mar 22 19:42:01 UTC 2007


Author: szpak

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

Added Files:
	isomaster-0.8.1-optflags.diff 
Log Message:
Added missing patch...



isomaster-0.8.1-optflags.diff:

--- NEW FILE isomaster-0.8.1-optflags.diff ---
--- Makefile	2007-03-18 18:41:13.000000000 +0100
+++ Makefile.opt	2007-03-19 19:32:32.239138794 +0100
@@ -33,7 +33,7 @@
 export ECHO    = echo
 
 # -DDEBUG and -g only used during development
-CFLAGS += -Wall -pedantic -std=gnu99 `pkg-config --cflags gtk+-2.0` -DICONPATH=\"$(ICONPATH)\" -DLOCALEDIR=\"$(LOCALEDIR)\"
+CFLAGS += ${OPTFLAGS} -pedantic -std=gnu99 `pkg-config --cflags gtk+-2.0` -DICONPATH=\"$(ICONPATH)\" -DLOCALEDIR=\"$(LOCALEDIR)\"
 ifndef WITHOUT_NLS
 	CFLAGS += -DENABLE_NLS
 endif
--- bk/Makefile	2007-03-18 18:41:13.000000000 +0100
+++ bk/Makefile.opt	2007-03-19 19:33:13.822255394 +0100
@@ -3,7 +3,7 @@
 OBJECTS = bkRead7x.o bkAdd.o bkDelete.o bkExtract.o bkRead.o bkPath.o bkMangle.o bkWrite.o bkWrite7x.o bkTime.o bkSort.o bkError.o bkGet.o bkSet.o bkCache.o bkLink.o bkMisc.o
 
 # -DDEBUG and -g only used during development
-CFLAGS  += -Wall -pedantic -std=gnu99
+CFLAGS  += ${OPTFLAGS} -pedantic -std=gnu99
 
 # the _FILE_OFFSET_BITS=64 is to enable stat() for large files
 CPPFLAGS = -D_FILE_OFFSET_BITS=64
--- iniparser-2.15/Makefile	2006-12-15 07:03:08.000000000 +0100
+++ iniparser-2.15/Makefile.opt	2007-03-19 19:34:13.022018597 +0100
@@ -4,6 +4,7 @@
 
 # Compiler settings
 # CFLAGS  = -O3 -pedantic -std=c99
+CFLAGS = ${OPTFLAGS} -pedantic -std=c99
 
 # Ar settings to build the library
 ARFLAGS = rcv




More information about the fedora-extras-commits mailing list