]> git.pld-linux.org Git - packages/chkconfig.git/blob - chkconfig-nostatic.patch
- sr@Latn -> sr@latin, rel. 0.5
[packages/chkconfig.git] / chkconfig-nostatic.patch
1 --- ./Makefile~ 2005-02-23 06:22:53.000000000 +0200
2 +++ ./Makefile  2005-10-22 15:53:34.000000000 +0300
3 @@ -26,7 +26,7 @@
4         done && test -z "$$fail"
5  
6  chkconfig: $(OBJS)
7 -       $(CC) $(LDFLAGS) -o chkconfig $(OBJS) -Wl,-Bstatic -lpopt -Wl,-Bdynamic
8 +       $(CC) $(LDFLAGS) -o chkconfig $(OBJS) -lpopt
9  
10  alternativs: alternatives.o
11  
This page took 0.692715 seconds and 3 git commands to generate.