search for: openssl_cflags

Displaying 4 results from an estimated 4 matches for "openssl_cflags".

2020 Oct 07
2
[PATCH] add with-openssl option
...; --- a/m4/xiph_openssl.m4 > > +++ b/m4/xiph_openssl.m4 > > @@ -29,14 +29,16 @@ else > > fi > > fi > > > > -# Now try linking to openssl > > -xt_save_CFLAGS="$CFLAGS" > > -xt_save_LIBS="$LIBS" > > -CFLAGS="$CFLAGS $OPENSSL_CFLAGS" > > -LIBS="$OPENSSL_LIBS $LIBS" > > -AC_TRY_LINK([#include <openssl/ssl.h>], [void *a = SSL_new], > > [openssl_ok='yes']) > > -CFLAGS="$xt_save_CFLAGS" > > -LIBS="$xt_save_LIBS" > > +if test "x$openssl_prefix...
2020 Oct 07
1
[PATCH] add with-openssl option
...t; >>> @@ -29,14 +29,16 @@ else > >>> fi > >>> fi > >>> > >>> -# Now try linking to openssl > >>> -xt_save_CFLAGS="$CFLAGS" > >>> -xt_save_LIBS="$LIBS" > >>> -CFLAGS="$CFLAGS $OPENSSL_CFLAGS" > >>> -LIBS="$OPENSSL_LIBS $LIBS" > >>> -AC_TRY_LINK([#include <openssl/ssl.h>], [void *a = SSL_new], > >>> [openssl_ok='yes']) > >>> -CFLAGS="$xt_save_CFLAGS" > >>> -LIBS="$xt_save_LIBS" &...
2020 Oct 05
0
[PATCH] add with-openssl option
...ns(-) diff --git a/m4/xiph_openssl.m4 b/m4/xiph_openssl.m4 index f62a524..52308ec 100644 --- a/m4/xiph_openssl.m4 +++ b/m4/xiph_openssl.m4 @@ -29,14 +29,16 @@ else fi fi -# Now try linking to openssl -xt_save_CFLAGS="$CFLAGS" -xt_save_LIBS="$LIBS" -CFLAGS="$CFLAGS $OPENSSL_CFLAGS" -LIBS="$OPENSSL_LIBS $LIBS" -AC_TRY_LINK([#include <openssl/ssl.h>], [void *a = SSL_new], [openssl_ok='yes']) -CFLAGS="$xt_save_CFLAGS" -LIBS="$xt_save_LIBS" +if test "x$openssl_prefix" != "xno"; then + # Now try linking to op...
2020 Oct 07
0
[PATCH] add with-openssl option
...>>> +++ b/m4/xiph_openssl.m4 >>> @@ -29,14 +29,16 @@ else >>> fi >>> fi >>> >>> -# Now try linking to openssl >>> -xt_save_CFLAGS="$CFLAGS" >>> -xt_save_LIBS="$LIBS" >>> -CFLAGS="$CFLAGS $OPENSSL_CFLAGS" >>> -LIBS="$OPENSSL_LIBS $LIBS" >>> -AC_TRY_LINK([#include <openssl/ssl.h>], [void *a = SSL_new], >>> [openssl_ok='yes']) >>> -CFLAGS="$xt_save_CFLAGS" >>> -LIBS="$xt_save_LIBS" >>> +if test &quo...