[Bug 225149] net/haproxy: Fix openssl linking
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jan 13 22:30:35 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225149
Bug ID: 225149
Summary: net/haproxy: Fix openssl linking
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: demon at FreeBSD.org
Reporter: brnrd at freebsd.org
Flags: maintainer-feedback?(demon at FreeBSD.org)
Assignee: demon at FreeBSD.org
Created attachment 189694
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=189694&action=edit
svn diff for net/haproxy
I was notified of an issue when using haproxy with BoringSSL. It was linking
base libssl and libcrypto even though BoringSSL was set as ssl provider.
Whilst in the Makefile I migrated to the new Options framework. The LIB_DEPENDS
for static PCRE was set to the dynamic .so lib file as the static .a files in
the pcre port are not optional (i.e. will always be available when devel/pcre
is installed).
The port now forces the SSL lib and include dir so it will link correctly.
Proposed commit msg
```
net/haproxy: Fix SSL linking
- Pass lib and include paths to make
- Optionsify
PR:
Submitted by: brnrd
Approved by: ... (maintainer)
```
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list