]> git.pld-linux.org Git - packages/chkconfig.git/blob - chkconfig-optflags.patch
- drop obsolete files
[packages/chkconfig.git] / chkconfig-optflags.patch
1 --- chkconfig-1.3.20/Makefile.orig      2006-06-19 22:17:51.000000000 +0200
2 +++ chkconfig-1.3.20/Makefile   2006-06-19 22:20:58.334683500 +0200
3 @@ -3,8 +3,8 @@
4  CVSTAG = r$(subst .,-,$(VERSION)-$(RELEASE))
5  CVSROOT = $(shell cat CVS/Root 2>/dev/null || :)
6  
7 -CFLAGS=-g -Wall $(RPM_OPT_FLAGS) -D_GNU_SOURCE
8 -LDFLAGS=-g
9 +CFLAGS=$(OPTFLAGS) -Wall -D_GNU_SOURCE
10 +LDFLAGS=
11  MAN=chkconfig.8 ntsysv.8 alternatives.8
12  PROG=chkconfig
13  BINDIR = /sbin
This page took 0.025526 seconds and 3 git commands to generate.