[Bug 191951] [build] stable/10 with WITHOUT_OPENSSL not compiling multiple issues

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Nov 4 00:49:30 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191951

nospam at 42.pl changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nospam at 42.pl

--- Comment #2 from nospam at 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.


More information about the freebsd-bugs mailing list