Date: Mon, 03 Sep 2018 16:15:26 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 231120] make buildworld fails on WITHOUT_CRYPT Message-ID: <bug-231120-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231120 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@FreeBSD.org Reporter: p5B2E9A8F@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'=20= =20=20=20=20=20=20=20 [-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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-231120-227>