]> git.pld-linux.org Git - packages/chkconfig.git/blob - chkconfig-optflags.patch
up to 1.4
[packages/chkconfig.git] / chkconfig-optflags.patch
1 --- chkconfig-1.4/Makefile~     2015-03-26 15:14:53.000000000 +0200
2 +++ chkconfig-1.4/Makefile      2015-04-25 12:27:11.812618643 +0300
3 @@ -1,8 +1,8 @@
4  VERSION=$(shell awk '/Version:/ { print $$2 }' chkconfig.spec)
5  TAG = chkconfig-$(VERSION)
6  
7 -CFLAGS=-g -Wall $(RPM_OPT_FLAGS) -D_GNU_SOURCE
8 -LDFLAGS+=-g -lselinux -lsepol
9 +CFLAGS=$(OPTFLAGS) -Wall -D_GNU_SOURCE
10 +LDFLAGS+=-lselinux -lsepol
11  MAN=chkconfig.8 ntsysv.8 alternatives.8
12  PROG=chkconfig
13  BINDIR = /sbin
This page took 0.034904 seconds and 3 git commands to generate.