]> git.pld-linux.org Git - packages/chkconfig.git/blame - chkconfig-popt.patch
- added Epoch: 1 (for allow upgrade from current RH version).
[packages/chkconfig.git] / chkconfig-popt.patch
CommitLineData
ef33f85d
JB
1diff -Nur chkconfig-1.2.16.orig/Makefile chkconfig-1.2.16/Makefile
2--- chkconfig-1.2.16.orig/Makefile Fri Mar 16 17:08:02 2001
3+++ chkconfig-1.2.16/Makefile Fri Mar 16 17:11:03 2001
4@@ -22,7 +22,7 @@
5 done && test -z "$$fail"
6
7 chkconfig: $(OBJS)
8- $(CC) $(LDFLAGS) -o chkconfig $(OBJS) /usr/lib/libpopt.a
9+ $(CC) $(LDFLAGS) -o chkconfig $(OBJS) -lpopt
10
11 ntsysv: $(NTOBJS)
12 $(CC) $(LDFLAGS) -o ntsysv $(NTOBJS) -lnewt -lpopt $(LIBMHACK)
This page took 0.12522 seconds and 4 git commands to generate.