dictd: Update to latest upstream (0.12.1).

This commit is contained in:
Petr Rockai
2014-01-29 22:13:32 +01:00
parent 83acdb6f87
commit 8162222071
3 changed files with 26 additions and 10 deletions
+11
View File
@@ -0,0 +1,11 @@
--- Makefile.in~ 2011-03-06 18:52:54.000000000 +0100
+++ Makefile.in 2014-01-29 19:04:51.384844897 +0100
@@ -123,7 +123,7 @@
%: %.o
$(LIBTOOL) --tag=CC --mode=link $(CC) -o $@ -static \
- $^ $(OBJS) $(LDFLAGS) -lz ${LIBS}
+ $(^:.o=.lo) $(OBJS) $(LDFLAGS) -lz ${LIBS}
include $(srcdir)/deps