]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- fix build of pythonmod in objdir, for unbound.py.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 8 Oct 2012 12:07:51 +0000 (12:07 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 8 Oct 2012 12:07:51 +0000 (12:07 +0000)
git-svn-id: file:///svn/unbound/trunk@2775 be551aaa-1e26-0410-a405-d3ace91eadb9

Makefile.in
doc/Changelog

index 1f4f3fdb2356354a6d25eedad71185246877edcd..6bc3b7590967721930bda5ae647d94ba5a6df958 100644 (file)
@@ -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)
 
index 5170822f01af9cd86d309767918dfffae8d48456..05c2bfcd8374b3bb0a6defaa7a9b9a91c44e2bc6 100644 (file)
@@ -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).