]> git.pld-linux.org Git - packages/chkconfig.git/blame - chkconfig-optflags.patch
- updated to 1.15, updated URLs
[packages/chkconfig.git] / chkconfig-optflags.patch
CommitLineData
6a99f366
MK
1diff -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
fedceabc 14 BINDIR = /sbin
This page took 0.077785 seconds and 4 git commands to generate.