]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
link unbound against unbound library
authorMatthijs Mekking <matje@nlnetlabs.nl>
Thu, 6 Oct 2011 08:27:31 +0000 (08:27 +0000)
committerMatthijs Mekking <matje@nlnetlabs.nl>
Thu, 6 Oct 2011 08:27:31 +0000 (08:27 +0000)
git-svn-id: file:///svn/unbound/trunk@2504 be551aaa-1e26-0410-a405-d3ace91eadb9

Makefile.in
doc/Changelog

index c0042b3504b45ccba6052a6d19e676c1f5b5e16f..a033689646606597a31840b794bcfafd470d0b7f 100644 (file)
@@ -257,7 +257,7 @@ endif
 
 unbound$(EXEEXT):      $(DAEMON_OBJ) libunbound.la
        $(INFO) Link $@
-       $Q$(LINK) -o $@ $(sort $(DAEMON_OBJ)) $(EXTRALINK) -lssl $(LIBS)
+       $Q$(LINK) -o $@ $(sort $(DAEMON_OBJ)) $(EXTRALINK) -L. -L.libs -lunbound -lssl $(LIBS)
 
 unbound-checkconf$(EXEEXT):    $(CHECKCONF_OBJ) libunbound.la
        $(INFO) Link $@
index 030b44788c49c9c57a827d97911b5a0a642bc907..0bb9455b4da922af2f9bcb797f5e2af716c4c70e 100644 (file)
@@ -1,3 +1,6 @@
+6 October 2011: Matthijs
+       - link unbound against unbound library
+
 27 September 2011: Wouter
        - unbound.exe -w windows option for start and stop service.