]> git.pld-linux.org Git - packages/chkconfig.git/blame - chkconfig-optflags.patch
- x32 rebuild
[packages/chkconfig.git] / chkconfig-optflags.patch
CommitLineData
bcda1112
ER
1--- chkconfig-1.3.63/Makefile~ 2014-11-05 18:39:09.000000000 +0200
2+++ chkconfig-1.3.63/Makefile 2014-11-30 15:00:11.219270582 +0200
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
bcda1112 8-LDFLAGS+=-g
fedceabc 9+CFLAGS=$(OPTFLAGS) -Wall -D_GNU_SOURCE
bcda1112 10+LDFLAGS+=
fedceabc
PS
11 MAN=chkconfig.8 ntsysv.8 alternatives.8
12 PROG=chkconfig
13 BINDIR = /sbin
This page took 0.062772 seconds and 4 git commands to generate.