]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix #520: Unbound 1.13.2rc1 fails to build python module. release-1.13.2
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 5 Aug 2021 15:10:56 +0000 (17:10 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 5 Aug 2021 15:10:56 +0000 (17:10 +0200)
Makefile.in
doc/Changelog

index 3ac3b1681a5a32a1969db2ce08b56e256714c939..ff5dc8fae8561e5f4cc367e890caa75ad7ef3119 100644 (file)
@@ -476,7 +476,7 @@ libunbound/python/libunbound_wrap.c:        $(srcdir)/libunbound/python/libunbound.i un
 
 # Pyunbound python unbound wrapper
 _unbound.la:   libunbound_wrap.lo libunbound.la
-       $(LIBTOOL) --tag=CC --mode=link $(CC) $(RUNTIME_PATH) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -module -avoid-version -no-undefined -shared -o $@ libunbound_wrap.lo -rpath $(PYTHON_SITE_PKG) libunbound.la $(LIBS)
+       $(LIBTOOL) --tag=CC --mode=link $(CC) $(RUNTIME_PATH) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -module -avoid-version -no-undefined -shared -o $@ libunbound_wrap.lo -rpath $(PYTHON_SITE_PKG) -L. -L.libs libunbound.la $(LIBS)
 
 util/config_file.c:    util/configparser.h
 util/configlexer.c:  $(srcdir)/util/configlexer.lex util/configparser.h
index 7927da38967e060ab060e6c7cd7e56bc65482f26..91abd0da025860cd40e83ec8b0d2f7d21f8a8739 100644 (file)
@@ -1,5 +1,6 @@
 5 August 2021: Wouter
        - Tag for 1.13.2rc1 release.
+       - Fix #520: Unbound 1.13.2rc1 fails to build python module.
 
 4 August 2021: George
        - Merge PR #415 from sibeream: Use