Date: Tue, 04 Nov 2014 00:49:30 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 191951] [build] stable/10 with WITHOUT_OPENSSL not compiling multiple issues Message-ID: <bug-191951-8-lDM19ZYEJ3@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191951-8@https.bugs.freebsd.org/bugzilla/> References: <bug-191951-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191951 nospam@42.pl changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nospam@42.pl --- Comment #2 from nospam@42.pl --- patch below will allow you to continue further, but I'm afraid your quest for base system without openssl is going to be hard. Index: lib/libfetch/common.c =================================================================== --- lib/libfetch/common.c (revision 273965) +++ lib/libfetch/common.c (working copy) @@ -888,6 +888,7 @@ return (0); #else (void)conn; + (void)URL; (void)verbose; fprintf(stderr, "SSL support disabled\n"); return (-1); -- 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-191951-8-lDM19ZYEJ3>