FS-353: look for ldns pkg-config for homebrew, you will need to update your homebrew ldns package if you installed it prior to this commit, they just fixed the pkg-config file being installed

This commit is contained in:
Michael Jerris 2014-05-02 13:26:37 -04:00
parent 367f4f399b
commit 7da28a2481
1 changed files with 1 additions and 0 deletions

View File

@ -1118,6 +1118,7 @@ case $host in
*-darwin*)
path_push_unique PKG_CONFIG_PATH /usr/local/opt/curl/lib/pkgconfig
path_push_unique PKG_CONFIG_PATH /usr/local/opt/sqlite/lib/pkgconfig/
path_push_unique PKG_CONFIG_PATH /usr/local/opt/ldns/lib/pkgconfig/
;;
esac