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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"