]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Changelog note for #644, move commands together for library binary.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 9 Mar 2022 08:43:07 +0000 (09:43 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 9 Mar 2022 08:43:07 +0000 (09:43 +0100)
Makefile.in
doc/Changelog

index 2c57161e3874b1b5ccae2f607e9d894cb3bd77ed..7d9974e0099315aec63898849b0010371f0a0cd0 100644 (file)
@@ -583,9 +583,9 @@ install-lib:        lib $(UNBOUND_EVENT_INSTALL)
                echo ".so man3/libunbound.3" > $(DESTDIR)$(mandir)/man3/$$mpage.3 ; \
        done
        $(LIBTOOL) --mode=install cp unbound.h $(DESTDIR)$(includedir)/unbound.h
-       $(LIBTOOL) --mode=install cp libunbound.la $(DESTDIR)$(libdir)
        $(INSTALL) -m 755 -d $(DESTDIR)$(libdir)/pkgconfig
        $(INSTALL) -m 644 contrib/libunbound.pc $(DESTDIR)$(libdir)/pkgconfig
+       $(LIBTOOL) --mode=install cp libunbound.la $(DESTDIR)$(libdir)
        $(LIBTOOL) --mode=finish $(DESTDIR)$(libdir)
 
 install-all:   all $(PYTHONMOD_INSTALL) $(PYUNBOUND_INSTALL) $(UNBOUND_EVENT_INSTALL) install-lib
index d9dfdfa72b0abd211429bf1c2a54576328988711..93e45277579a9af2ffd0b6ad37013378ddfe97c4 100644 (file)
@@ -1,3 +1,7 @@
+9 March 2022: Wouter
+       - Merge #644: Make `install-lib` make target install the pkg-config
+         file.
+
 7 March 2022: Wouter
        - Fix configure for python to use sysutils, because distutils is
          deprecated. It uses sysutils when available, distutils otherwise.