]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
ctime_r not needed for unbound-host itself (in libunbound already)
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 2 Jun 2010 08:52:56 +0000 (08:52 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 2 Jun 2010 08:52:56 +0000 (08:52 +0000)
git-svn-id: file:///svn/unbound/trunk@2133 be551aaa-1e26-0410-a405-d3ace91eadb9

Makefile.in

index c6314f090bd96f53dc10c88f65427325f26b6484..a4e9162b112dfcbdf844de0842009999a7340d51 100644 (file)
@@ -109,7 +109,7 @@ CHECKCONF_OBJ=$(addprefix $(BUILD),$(CHECKCONF_SRC:.c=.lo)) $(COMPAT_OBJ)
 CONTROL_SRC=smallapp/unbound-control.c smallapp/worker_cb.c $(COMMON_SRC)
 CONTROL_OBJ=$(addprefix $(BUILD),$(CONTROL_SRC:.c=.lo)) $(COMPAT_OBJ)
 HOST_SRC=smallapp/unbound-host.c
-HOST_OBJ=$(addprefix $(BUILD),$(HOST_SRC:.c=.lo)) $(COMPAT_OBJ)
+HOST_OBJ=$(addprefix $(BUILD),$(HOST_SRC:.c=.lo)) $(filter-out compat/ctime_r.c, $(COMPAT_OBJ))
 TESTBOUND_SRC=testcode/testbound.c testcode/ldns-testpkts.c \
        daemon/worker.c daemon/acl_list.c daemon/daemon.c daemon/stats.c \
        testcode/replay.c testcode/fake_event.c $(filter-out util/netevent.c \