]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
-R ssl.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 9 Aug 2007 11:52:24 +0000 (11:52 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 9 Aug 2007 11:52:24 +0000 (11:52 +0000)
git-svn-id: file:///svn/unbound/trunk@504 be551aaa-1e26-0410-a405-d3ace91eadb9

Makefile.in
doc/Changelog

index 5b9e9bc8a6abbfa8358d8a743eb5ada044a44e4c..c5efeb2a5ee72c5db6a303801b75b7f5d6617a5e 100644 (file)
@@ -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 
index b567ebc05ecb16e169ff6af7995d86bc8c89ec48..06f9f4105b03fae7e7f35a046a532dfe38ff50d9 100644 (file)
@@ -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).