DALnet / bahamut

The Bahamut IRC Daemon
http://www.dal.net/?page=Bahamut
Other
59 stars 42 forks source link

Let's check for local openssl installation first & rpath it too #90

Closed kobishmueli closed 5 years ago

kobishmueli commented 5 years ago
  1. If $HOME/openssl exists - we'll use it.
  2. We'll add -Wl,-rpath,/path/to/openssl/lib to SSL_LDFLAGS so our binaries will be statically linked to the local openssl libs.

-Kobi.