On 21 Oct 2017 01:18, cheako wrote:
> Mike Frysinger wrote
> > however, i think this m4 should just be punted. you should update your
> > code to use the pkg-config files that openssl now provides.
>
> I disagree, this m4 and others like it standardize the use of thee libraries
> outside of syste
Mike Frysinger wrote
> however, i think this m4 should just be punted. you should update your
> code
> to use the pkg-config files that openssl now provides.
> -mike
I disagree, this m4 and others like it standardize the use of thee libraries
outside of system installations. For example if one
On Sat 16 Aug 2014 14:27:48 Eric Blake wrote:
> On 08/16/2014 02:21 PM, victor jimenez wrote:
> > In distributions that use multi-arch setup (such as Debian 7) libssl.a is
> > installed in /usr/lib/x86_64-linux-gnu. That renders the m4
> > macro ax_check_openssl.m4 useless for such systems since th
On 08/16/2014 02:21 PM, victor jimenez wrote:
> In distributions that use multi-arch setup (such as Debian 7) libssl.a is
> installed in /usr/lib/x86_64-linux-gnu. That renders the m4
> macro ax_check_openssl.m4 useless for such systems since the library is
> only looked for in the following paths:
In distributions that use multi-arch setup (such as Debian 7) libssl.a is
installed in /usr/lib/x86_64-linux-gnu. That renders the m4
macro ax_check_openssl.m4 useless for such systems since the library is
only looked for in the following paths:
ssldirs="/usr/local/ssl /usr/lib/ssl /usr/ssl /usr/p