mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-23 16:20:26 -05:00
- Patch, do not export python from pkg-config, from Petr Menšík.
git-svn-id: file:///svn/unbound/trunk@4758 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
b5aab36d41
commit
bca54a8b25
2 changed files with 3 additions and 1 deletions
|
|
@ -7,7 +7,8 @@ Name: unbound
|
||||||
Description: Library with validating, recursive, and caching DNS resolver
|
Description: Library with validating, recursive, and caching DNS resolver
|
||||||
URL: http://www.unbound.net
|
URL: http://www.unbound.net
|
||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
Requires: @PC_LIBEVENT_DEPENDENCY@ @PC_PY_DEPENDENCY@
|
Requires: libcrypto libssl @PC_LIBEVENT_DEPENDENCY@
|
||||||
|
Requires.private: @PC_PY_DEPENDENCY@
|
||||||
Libs: -L${libdir} -lunbound -lssl -lcrypto
|
Libs: -L${libdir} -lunbound -lssl -lcrypto
|
||||||
Libs.private: @SSLLIB@ @LIBS@
|
Libs.private: @SSLLIB@ @LIBS@
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
27 June 2018: Wouter
|
27 June 2018: Wouter
|
||||||
- #4109: Fix that package config depends on python unconditionally.
|
- #4109: Fix that package config depends on python unconditionally.
|
||||||
|
- Patch, do not export python from pkg-config, from Petr Menšík.
|
||||||
|
|
||||||
26 June 2018: Wouter
|
26 June 2018: Wouter
|
||||||
- Tentative fix for permission denied on IPv6 address on FreeBSD.
|
- Tentative fix for permission denied on IPv6 address on FreeBSD.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue