From: Matthijs Mekking Date: Thu, 6 Oct 2011 08:27:31 +0000 (+0000) Subject: link unbound against unbound library X-Git-Tag: release-1.4.14rc1~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cf757596c4948f6f76ab2785eb965ca1c1982d3;p=thirdparty%2Funbound.git link unbound against unbound library git-svn-id: file:///svn/unbound/trunk@2504 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/Makefile.in b/Makefile.in index c0042b350..a03368964 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 $@ diff --git a/doc/Changelog b/doc/Changelog index 030b44788..0bb9455b4 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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.