]> git.pld-linux.org Git - packages/chkconfig.git/blame - chkconfig-optflags.patch
up to 1.4
[packages/chkconfig.git] / chkconfig-optflags.patch
CommitLineData
5edaa756
ER
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
bcda1112
ER
3@@ -1,8 +1,8 @@
4 VERSION=$(shell awk '/Version:/ { print $$2 }' chkconfig.spec)
5 TAG = chkconfig-$(VERSION)
fedceabc
PS
6
7-CFLAGS=-g -Wall $(RPM_OPT_FLAGS) -D_GNU_SOURCE
5edaa756 8-LDFLAGS+=-g -lselinux -lsepol
fedceabc 9+CFLAGS=$(OPTFLAGS) -Wall -D_GNU_SOURCE
5edaa756 10+LDFLAGS+=-lselinux -lsepol
fedceabc
PS
11 MAN=chkconfig.8 ntsysv.8 alternatives.8
12 PROG=chkconfig
13 BINDIR = /sbin
This page took 0.078572 seconds and 4 git commands to generate.