link unbound against unbound library
git-svn-id: https://unbound.nlnetlabs.nl/svn/trunk@2504 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
9a28841410
commit
2f8e3cb245
@ -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 $@
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user