.. code-block:: bash
$ make PREFIX="/usr/local"
- $ make install
+ $ make install PREFIX="/usr/local"
.. note:: Always build with ``PREFIX`` if you want to install, as it is hardcoded in the executable for module search path. If you build the binary with ``-DNDEBUG``, verbose logging will be disabled as well.
@echo 'includedir='$(INCLUDEDIR) >> $@
@echo 'Name: libkres' >> $@
@echo 'Description: Knot DNS Resolver library' >> $@
- @echo 'URL: https://www.knot-dns.cz' >> $@
+ @echo 'URL: https://www.knot-resolver.cz' >> $@
@echo 'Version: $(MAJOR).$(MINOR).$(PATCH)' >> $@
@echo 'Libs: -L$${libdir} -lkres' >> $@
@echo 'Cflags: -I$${includedir}' >> $@