]> git.pld-linux.org Git - packages/chkconfig.git/blob - chkconfig-popt.patch
- removed
[packages/chkconfig.git] / chkconfig-popt.patch
1 diff -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.08564 seconds and 3 git commands to generate.