]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix pythonmod link line option flag.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 3 Jul 2017 12:48:53 +0000 (12:48 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 3 Jul 2017 12:48:53 +0000 (12:48 +0000)
git-svn-id: file:///svn/unbound/trunk@4259 be551aaa-1e26-0410-a405-d3ace91eadb9

Makefile.in
doc/Changelog

index 033b026cc9113d8b36953a614cf8f60e54902e65..c32592e1ac52c27b339fa6e3d435ca0a03b9e40a 100644 (file)
@@ -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
index d8db3cde22373a79070da348537db6285fbafb10..c1a9ce56e580190089daf409c44ad407a7d21157 100644 (file)
@@ -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.