| Summary: | Can't build sysutils/ucspi-tcp with SSL option on | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | nokia2003 |
| Component: | Individual Port(s) | Assignee: | Renato Botelho <garga> |
| Status: | Closed FIXED | ||
| Severity: | Affects Some People | CC: | nokia2003 |
| Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(garga) |
| Version: | Latest | ||
| Hardware: | amd64 | ||
| OS: | Any | ||
| URL: | https://forums.freebsd.org/threads/problem-building-ucspi-tcp-with-ssl.49816 | ||
|
Description
nokia2003
2015-01-03 21:53:48 UTC
Auto-assigned to maintainer garga@FreeBSD.org I had some time to play around and it looks like if you change in /usr/ports/sysutils/ucspi-tcp/work/ucspi-tcp-0.88/Makefile LIBS=-L/usr/lib -lssl to LIBS=-L/usr/lib -lcrypto -lssl It is building successfully. A commit references this bug: Author: garga Date: Wed Jan 14 10:59:19 UTC 2015 New revision: 377008 URL: https://svnweb.freebsd.org/changeset/ports/377008 Log: - Fix build with SSL adding -lcrypto back to linker options - Remove ugly hack from pre-bsd.options.mk era and set USE_OPENSSL=yes - Make install verbose to silence portlint No bump on PORTREVISION since SSL is off by default PR: 196469 Changes: head/sysutils/ucspi-tcp/Makefile |