unbound$(EXEEXT): $(DAEMON_OBJ) libunbound.la
$(INFO) Link $@
- $Q$(LINK) -o $@ $(sort $(DAEMON_OBJ)) $(EXTRALINK) -L. -L.libs -lunbound -lssl $(LIBS)
+ $Q$(LINK) -o $@ $(sort $(DAEMON_OBJ)) $(EXTRALINK) -lssl $(LIBS)
unbound-checkconf$(EXEEXT): $(CHECKCONF_OBJ) libunbound.la
$(INFO) Link $@
-6 October 2011: Matthijs
- - link unbound against unbound library
- * Probably needs to be reverted: because of performances optimizations
-
27 September 2011: Wouter
- unbound.exe -w windows option for start and stop service.