diff --git a/Makefile.in b/Makefile.in index 033b026cc..c32592e1a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -426,7 +426,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) L. -L.libs -lunbound + $(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 -lunbound util/config_file.c: util/configparser.h util/configlexer.c: $(srcdir)/util/configlexer.lex util/configparser.h diff --git a/doc/Changelog b/doc/Changelog index d8db3cde2..c1a9ce56e 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -3,6 +3,7 @@ on. - Fix #1331: libunbound segfault in threaded mode when context is deleted. + - Fix pythonmod link line option flag. 29 June 2017: Wouter - Fix python example0 return module wait instead of error for pass.