Frediano Ziglio wrote: > > > > Currently, spice-gtk uses PKG_CHECK_MODULES(SSL, openssl) to detect > > openssl CFLAGS and LIBS. And spice-common defines and uses > > SPICE_CHECK_OPENSSL macro which calls > > PKG_CHECK_MODULES(OPENSSL, openssl). > > > > This means that in order to override openssl CFLAGS or LIBS a user will > > have to set both OPENSSL_(CFLAGS|LIBS) and SSL_(CFLAGS|LIBS). > > > > To make this more consistent, make spice-gtk use the > > SPICE_CHECK_OPENSSL macro from spice-common. > > > > Signed-off-by: Roman Bogorodskiy <[email protected]> > > In configure.ac there's an usage of SSL_CFLAGS: > > SPICE_GLIB_CFLAGS="$PIXMAN_CFLAGS $PULSE_CFLAGS $GSTAUDIO_CFLAGS > $GSTVIDEO_CFLAGS $GLIB2_CFLAGS $GIO_CFLAGS $GOBJECT2_CFLAGS $SSL_CFLAGS > $SASL_CFLAGS" > > should be replaced > > Frediano
Indeed, thanks, fixed in v2. Roman Bogorodskiy
signature.asc
Description: PGP signature
_______________________________________________ Spice-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/spice-devel
