From: Wouter Wijngaards Date: Fri, 28 Nov 2014 20:28:38 +0000 (+0000) Subject: - Fix makefile for build from noexec source tree. X-Git-Tag: release-1.5.1rc2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b88fefa1c3ea79858f10e30f2304ab86066e4783;p=thirdparty%2Funbound.git - Fix makefile for build from noexec source tree. git-svn-id: file:///svn/unbound/trunk@3285 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/Makefile.in b/Makefile.in index 8ac3c7ff4..02532a951 100644 --- a/Makefile.in +++ b/Makefile.in @@ -80,7 +80,7 @@ LINTFLAGS+="-Dsigset_t=long" # FreeBSD LINTFLAGS+="-D__uint16_t=uint16_t" "-DEVP_PKEY_ASN1_METHOD=int" "-D_RuneLocale=int" "-D__va_list=va_list" -INSTALL=$(srcdir)/install-sh +INSTALL=$(SHELL) $(srcdir)/install-sh #pythonmod.c is not here, it is mentioned by itself in its own rules, #makedepend fails on missing interface.h otherwise. diff --git a/doc/Changelog b/doc/Changelog index 2a0a96a71..9e01a069e 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +28 November 2014: Wouter + - Fix makefile for build from noexec source tree. + 26 November 2014: Wouter - Fix libunbound undefined symbol errors for main. Referencing main does not seem to be possible for libunbound.