From: Wouter Wijngaards Date: Mon, 8 Oct 2012 12:07:51 +0000 (+0000) Subject: - fix build of pythonmod in objdir, for unbound.py. X-Git-Tag: release-1.4.19rc1~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=239b552b6def406693f0c30f760061912517613b;p=thirdparty%2Funbound.git - fix build of pythonmod in objdir, for unbound.py. git-svn-id: file:///svn/unbound/trunk@2775 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/Makefile.in b/Makefile.in index 1f4f3fdb2..6bc3b7590 100644 --- a/Makefile.in +++ b/Makefile.in @@ -443,7 +443,7 @@ pythonmod-install: pyunbound-install: $(INSTALL) -m 755 -d $(DESTDIR)$(PYTHON_SITE_PKG) - $(INSTALL) -c -m 644 libunbound/python/unbound.py $(DESTDIR)$(PYTHON_SITE_PKG)/unbound.py + $(INSTALL) -c -m 644 $(srcdir)/libunbound/python/unbound.py $(DESTDIR)$(PYTHON_SITE_PKG)/unbound.py $(LIBTOOL) --mode=install cp _unbound.la $(DESTDIR)$(PYTHON_SITE_PKG) $(LIBTOOL) --mode=finish $(DESTDIR)$(PYTHON_SITE_PKG) diff --git a/doc/Changelog b/doc/Changelog index 5170822f0..05c2bfcd8 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,5 +1,6 @@ 8 October 2012: Wouter - update ldns-testpkts.c to ldns 1.6.14 version. + - fix build of pythonmod in objdir, for unbound.py. 5 October 2012: Wouter - fix build of pythonmod in objdir (thanks Jakob Schlyter).