search for: f62a524

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

2020 Oct 07
2
[PATCH] add with-openssl option
...ystems. > > > > Signed-off-by: Rosen Penev <rosenp at gmail.com> > > --- > > m4/xiph_openssl.m4 | 18 ++++++++++-------- > > 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" > &gt...
2020 Oct 07
1
[PATCH] add with-openssl option
...Penev <rosenp at gmail.com> > >>> --- > >>> m4/xiph_openssl.m4 | 18 ++++++++++-------- > >>> 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="...
2020 Oct 05
0
[PATCH] add with-openssl option
Useful for embedded systems. Signed-off-by: Rosen Penev <rosenp at gmail.com> --- m4/xiph_openssl.m4 | 18 ++++++++++-------- 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([...
2020 Oct 07
0
[PATCH] add with-openssl option
...;>> Signed-off-by: Rosen Penev <rosenp at gmail.com> >>> --- >>> m4/xiph_openssl.m4 | 18 ++++++++++-------- >>> 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...