[Bug 231120] make buildworld fails on WITHOUT_CRYPT
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Sep 3 16:15:28 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231120
Bug ID: 231120
Summary: make buildworld fails on WITHOUT_CRYPT
Product: Base System
Version: 11.2-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: conf
Assignee: bugs at FreeBSD.org
Reporter: p5B2E9A8F at t-online.de
Flags: maintainer-feedback?
Trying to make buildworld having set WITHOUT_CRYPT fails like this:
/FreeBSD/src/lib/libfetch/common.c:907:43: error: unused parameter 'URL'
[-Werror,-Wunused-parameter]
fetch_ssl(conn_t *conn, const struct url *URL, int verbose)
^
1 error generated.
*** Error code 1
Stop.
make[5]: stopped in /FreeBSD/src/lib/libfetch
*** Error code 1
----
I would have expected that *ssl* stuff would not have been touched and
disabling the whole crypto-thing would be sufficient to exclude.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list