]> git.pld-linux.org Git - packages/chkconfig.git/blame - chkconfig-optflags.patch
unbreak systemd-sysv-install symlink; rel 2
[packages/chkconfig.git] / chkconfig-optflags.patch
CommitLineData
176c6fd2
JB
1--- chkconfig-1.25/Makefile.orig 2023-10-07 20:31:30.358236092 +0200
2+++ chkconfig-1.25/Makefile 2023-10-07 20:32:21.871290355 +0200
6a99f366 3@@ -2,8 +2,8 @@ VERSION := $(shell awk '/Version:/ { pri
176c6fd2 4 NEXT_VERSION := $(shell sed -nr 's/Version:[ ]*([0-9]*)\.([0-9]*)/echo "\1\.$$((\2+1))"/gep' chkconfig.spec)
6a99f366
MK
5 TAG = $(VERSION)
6
7-CFLAGS = -g -Wall $(RPM_OPT_FLAGS) -D_GNU_SOURCE
8-LDFLAGS += -g
9+CFLAGS = $(OPTFLAGS) -Wall -D_GNU_SOURCE
10+LDFLAGS += $(OPTLDFLAGS)
11 MAN = chkconfig.8 ntsysv.8 alternatives.8
12 PROG = chkconfig
fedceabc 13 BINDIR = /sbin
This page took 0.062745 seconds and 4 git commands to generate.