]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
build: Add missing linker flags. 449/head
authororbea <orbea@riseup.net>
Sun, 21 Mar 2021 23:28:58 +0000 (16:28 -0700)
committerorbea <orbea@riseup.net>
Sun, 21 Mar 2021 23:28:58 +0000 (16:28 -0700)
Makefile.in

index b640af006ba4ac23c58ea3a1e65f896ff5654f29..3b040d359b3700c38ceb61dc71fefe79479cdc91 100644 (file)
@@ -464,7 +464,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 $(LIBS)
 
 util/config_file.c:    util/configparser.h
 util/configlexer.c:  $(srcdir)/util/configlexer.lex util/configparser.h