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 open
>
> 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
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