NB fails to build when using GNU gold
Rule Engine for State and Event Monitoring
Brought to you by:
trettevik
In Gentoo bug #371893 [1], it was reported that using the GNU gold linker, nodebrain fails to build since it only lists -lssl and not the libraries that libssl loads in turn.
This patch fixes the issue by using pkg-config in configure to obtain the full list of required libraries.
Use pkg-config to find openssl's libssl
Problem resolved. Closing per JeR.