From: Wouter Wijngaards Date: Mon, 3 Jul 2017 12:48:53 +0000 (+0000) Subject: - Fix pythonmod link line option flag. X-Git-Tag: release-1.6.6rc1~72 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1a0bb5ad5a5bead851f4217fcc9514ce67b94569;p=thirdparty%2Funbound.git - Fix pythonmod link line option flag. git-svn-id: file:///svn/unbound/trunk@4259 be551aaa-1e26-0410-a405-d3ace91eadb9 --- 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.