]> git.pld-linux.org Git - packages/chkconfig.git/blob - chkconfig-opt.patch
updated to 1.2.16
[packages/chkconfig.git] / chkconfig-opt.patch
1 diff -Nur chkconfig-0.9.5/Makefile chkconfig-0.9.5.orig/Makefile
2 --- chkconfig-0.9.5/Makefile    Sun Sep 27 19:53:01 1998
3 +++ chkconfig-0.9.5.orig/Makefile       Wed Dec  9 11:06:06 1998
4 @@ -1,8 +1,8 @@
5  VERSION=$(shell awk '/define version/ { print $$3 }' chkconfig.spec)
6  CVSTAG = r$(subst .,-,$(VERSION))
7 -
8 -CFLAGS=-g -Wall $(RPM_OPT_FLAGS)
9 -LDFLAGS=-g
10 +OPTIMIZE = -g -O2
11 +CFLAGS= -Wall $(OPTIMIZE)
12 +LDFLAGS=-s
13  MAN=chkconfig.8 ntsysv.8
14  PROG=chkconfig
15  BINDIR = /sbin
16  
This page took 0.046725 seconds and 3 git commands to generate.