From: Wouter Wijngaards Date: Thu, 9 Aug 2007 11:52:24 +0000 (+0000) Subject: -R ssl. X-Git-Tag: release-0.5~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ada9f1093c3ffc4811e436bb0300980b8a01e58;p=thirdparty%2Funbound.git -R ssl. git-svn-id: file:///svn/unbound/trunk@504 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/Makefile.in b/Makefile.in index 5b9e9bc8a..c5efeb2a5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -76,7 +76,7 @@ ALL_OBJ=$(addprefix $(BUILD),$(ALL_SRC:.c=.o) \ $(addprefix compat/,$(LIBOBJS))) $(COMPAT_OBJ) COMPILE=$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS) -LINK=$(LIBTOOL) --tag=CC --mode=link $(CC) $(staticexe) $(CFLAGS) $(LDFLAGS) +LINK=$(LIBTOOL) --tag=CC --mode=link $(CC) $(staticexe) $(RUNTIME_PATH) $(CFLAGS) $(LDFLAGS) LINK_LIB=$(LIBTOOL) --tag=CC --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -release $(VERSION) $(BUILD)%.o: $(srcdir)/%.c diff --git a/doc/Changelog b/doc/Changelog index b567ebc05..06f9f4105 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -3,6 +3,7 @@ - dname signature label count and unit test. - added debug heap size print to memory printout. - typo fixup in worker.c + - -R needed on solaris. 8 August 2007: Wouter - ldns _raw routines created (in ldns trunk).