]> git.pld-linux.org Git - packages/chkconfig.git/blob - chkconfig-optflags.patch
unbreak systemd-sysv-install symlink; rel 2
[packages/chkconfig.git] / chkconfig-optflags.patch
1 diff -urNpa chkconfig-1.15.orig/Makefile chkconfig-1.15/Makefile
2 --- chkconfig-1.15.orig/Makefile        2021-01-21 09:19:06.000000000 +0100
3 +++ chkconfig-1.15/Makefile     2021-05-04 10:44:37.807341418 +0200
4 @@ -2,8 +2,8 @@ VERSION := $(shell awk '/Version:/ { pri
5  NEXT_VERSION := $(shell awk '/Version:/ { print $$2 + 0.01 }' chkconfig.spec)
6  TAG = $(VERSION)
7  
8 -CFLAGS = -g -Wall $(RPM_OPT_FLAGS) -D_GNU_SOURCE
9 -LDFLAGS += -g
10 +CFLAGS = $(OPTFLAGS) -Wall -D_GNU_SOURCE
11 +LDFLAGS += $(OPTLDFLAGS)
12  MAN = chkconfig.8 ntsysv.8 alternatives.8
13  PROG = chkconfig
14  BINDIR = /sbin
This page took 0.075678 seconds and 3 git commands to generate.