Revert "dictd: Update to latest upstream (0.12.1)."

This reverts commit 8162222071 since it
breaks evaluation (libmaa.nix is missing).
This commit is contained in:
Eelco Dolstra
2014-01-31 13:07:25 +01:00
parent 287b22cc63
commit d59778678a
3 changed files with 10 additions and 26 deletions
-11
View File
@@ -1,11 +0,0 @@
--- 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