SOURCES: chkconfig-optflags.patch (NEW) - pass custom cflags.

pluto pluto at pld-linux.org
Mon Jun 19 22:22:21 CEST 2006


Author: pluto                        Date: Mon Jun 19 20:22:21 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- pass custom cflags.

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

---- Diffs:

================================================================
Index: SOURCES/chkconfig-optflags.patch
diff -u /dev/null SOURCES/chkconfig-optflags.patch:1.1
--- /dev/null	Mon Jun 19 22:22:21 2006
+++ SOURCES/chkconfig-optflags.patch	Mon Jun 19 22:22:16 2006
@@ -0,0 +1,13 @@
+--- chkconfig-1.3.20/Makefile.orig	2006-06-19 22:17:51.000000000 +0200
++++ chkconfig-1.3.20/Makefile	2006-06-19 22:20:58.334683500 +0200
+@@ -3,8 +3,8 @@
+ CVSTAG = r$(subst .,-,$(VERSION)-$(RELEASE))
+ CVSROOT = $(shell cat CVS/Root 2>/dev/null || :)
+ 
+-CFLAGS=-g -Wall $(RPM_OPT_FLAGS) -D_GNU_SOURCE
+-LDFLAGS=-g
++CFLAGS=$(OPTFLAGS) -Wall -D_GNU_SOURCE
++LDFLAGS=
+ MAN=chkconfig.8 ntsysv.8 alternatives.8
+ PROG=chkconfig
+ BINDIR = /sbin
================================================================


More information about the pld-cvs-commit mailing list