Re: [Spice-devel] spice-gtk patch for skip openssl requires on FreeBSD platform

2016-11-02 Thread Pavel Grunt
Hi, Why is it needed - especially if FreeBSD ships it ? Pavel On Tue, 2016-11-01 at 22:15 +0300, Oleg Ginzburg wrote: > Hello, > > This patch skips openssl requires on FreeBSD platform: > > --- > --- configure.ac.bak2016-11-01 22:04:57.70700 +0300 > +++ configure.ac2016-11-01

[Spice-devel] spice-gtk patch for skip openssl requires on FreeBSD platform

2016-11-02 Thread Oleg Ginzburg
Hello, This patch skips openssl requires on FreeBSD platform: --- --- configure.ac.bak2016-11-01 22:04:57.70700 +0300 +++ configure.ac2016-11-01 22:05:35.981994000 +0300 @@ -108,7 +108,11 @@ PKG_CHECK_MODULES(SSL, openssl) AC_SUBST(SSL_CFLAGS) AC_SUBST(SSL_LIBS) -SPICE_GLIB_REQ