SOURCES: fdmf-optflags.patch (NEW) - optflags

glen glen at pld-linux.org
Fri May 19 20:47:10 CEST 2006


Author: glen                         Date: Fri May 19 18:47:10 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- optflags

---- Files affected:
SOURCES:
   fdmf-optflags.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/fdmf-optflags.patch
diff -u /dev/null SOURCES/fdmf-optflags.patch:1.1
--- /dev/null	Fri May 19 20:47:10 2006
+++ SOURCES/fdmf-optflags.patch	Fri May 19 20:47:05 2006
@@ -0,0 +1,12 @@
+--- fdmf-0.0.9j/Makefile~	2004-08-08 00:58:27.000000000 +0300
++++ fdmf-0.0.9j/Makefile	2006-05-19 21:46:04.169173990 +0300
+@@ -1,7 +1,8 @@
+ # This makefile should not exist as such.  There should be a configure script.
+ 
+ CC =  gcc
+-CFLAGS = -O2 -W -Wall -Wstrict-prototypes 
++OPTFLAGS = -O2 
++CFLAGS = $(OPTFLAGS) -W -Wall -Wstrict-prototypes 
+ 
+ COMOBJS = common/read_from_fd.o \
+ 	common/pad.o \
================================================================


More information about the pld-cvs-commit mailing list