Bug 79355 - openssh-portable unconditionally sets --with-ssl-dir
Summary: openssh-portable unconditionally sets --with-ssl-dir
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-30 07:40 UTC by Mark Andrews
Modified: 2005-04-11 22:31 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Andrews 2005-03-30 07:40:02 UTC
	openssh-portable unconditionally sets --with-ssl-dir which
	prevents /usr/include's contents being overridden.

Fix: 

Don't specify --with-ssl-dir when using the system's openssl.

.if ${OPENSSLBASE} != "/usr"
CONFIGURE_ARGS+=        --with-ssl-dir=${OPENSSLBASE}
.endif
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-04-11 22:31:14 UTC
State Changed
From-To: open->closed

Committed, thanks!