[Bug 192060] New: sysutils/dar will not build with encryption
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jul 23 11:36:45 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192060
Bug ID: 192060
Summary: sysutils/dar will not build with encryption
Product: Ports Tree
Version: Latest
Hardware: Any
OS: Any
Status: Needs Triage
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: graham at menhennitt.com.au
Even though I enable the "gcrypt" option for the port, during the configure
stage, it reports "configure: WARNING: strong encryption support has been
disabled by user". I don't understand what's going wrong - it looks like the
correct options are being passed to configure from make.
As a workaround, I edited the configure script and removed the test for the
option being set. Note: this is not a fix - just a hack to get a build going.
In "configure", change:
if test "${enable_libgcrypt_linking+set}" = set; then :
to
if false; then
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list