Displaying 4 results from an estimated 4 matches for "xt_save_lib".
Did you mean:
xt_save_libs
2020 Oct 07
2
[PATCH] add with-openssl option
...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=...
2020 Oct 07
1
[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=&quo...
2020 Oct 05
0
[PATCH] add with-openssl option
...+--------
1 file changed, 10 insertions(+), 8 deletions(-)
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&qu...
2020 Oct 07
0
[PATCH] add with-openssl option
...ndex 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"
&...