[openssl-dev] [openssl.org #4311] OpenSSL 1.1.0-pre3: quote PERL=$(PERL) in Makefiles

2016-05-27 Thread Richard Levitte via RT
On Wed May 11 10:51:46 2016, rainer.j...@kippdata.de wrote: > Am 10.05.2016 um 21:54 schrieb Richard Levitte via RT: > > I understand this part. What I'm questioning is the need to set PERL > > to > > "/usr/bin/env perl" to begin with. It's practically not different at > > all from > > setting it

Re: [openssl-dev] [openssl.org #4311] OpenSSL 1.1.0-pre3: quote PERL=$(PERL) in Makefiles

2016-05-11 Thread Rainer Jung
Am 10.05.2016 um 21:54 schrieb Richard Levitte via RT: I understand this part. What I'm questioning is the need to set PERL to "/usr/bin/env perl" to begin with. It's practically not different at all from setting it to just "perl", all this does is that any time the environment variable PERL is

Re: [openssl-dev] [openssl.org #4311] OpenSSL 1.1.0-pre3: quote PERL=$(PERL) in Makefiles

2016-05-11 Thread Rainer Jung via RT
Am 10.05.2016 um 21:54 schrieb Richard Levitte via RT: > I understand this part. What I'm questioning is the need to set PERL to > "/usr/bin/env perl" to begin with. It's practically not different at all from > setting it to just "perl", all this does is that any time the environment > variable

[openssl-dev] [openssl.org #4311] OpenSSL 1.1.0-pre3: quote PERL=$(PERL) in Makefiles

2016-05-10 Thread Richard Levitte via RT
On Tue May 10 14:56:16 2016, rainer.j...@kippdata.de wrote: > Am 10.05.2016 um 15:29 schrieb Richard Levitte via RT: > > On Tue May 10 13:18:22 2016, matt wrote: > >> Makefile.in doesn't exist any more. Ping Richard Levitte - does > >> anything need > >> to be done for the new build system? > > >

Re: [openssl-dev] [openssl.org #4311] OpenSSL 1.1.0-pre3: quote PERL=$(PERL) in Makefiles

2016-05-10 Thread Rainer Jung via RT
Am 10.05.2016 um 15:29 schrieb Richard Levitte via RT: > On Tue May 10 13:18:22 2016, matt wrote: >> Makefile.in doesn't exist any more. Ping Richard Levitte - does >> anything need >> to be done for the new build system? > > The run_tests.pl line in Configurations/unix-Makefile.tmpl would still

Re: [openssl-dev] [openssl.org #4311] OpenSSL 1.1.0-pre3: quote PERL=$(PERL) in Makefiles

2016-05-10 Thread Rainer Jung
Am 10.05.2016 um 15:29 schrieb Richard Levitte via RT: On Tue May 10 13:18:22 2016, matt wrote: Makefile.in doesn't exist any more. Ping Richard Levitte - does anything need to be done for the new build system? The run_tests.pl line in Configurations/unix-Makefile.tmpl would still need that

[openssl-dev] [openssl.org #4311] OpenSSL 1.1.0-pre3: quote PERL=$(PERL) in Makefiles

2016-05-10 Thread Richard Levitte via RT
On Tue May 10 13:18:22 2016, matt wrote: > Makefile.in doesn't exist any more. Ping Richard Levitte - does > anything need > to be done for the new build system? The run_tests.pl line in Configurations/unix-Makefile.tmpl would still need that change... ... but I don't quite understand the

[openssl-dev] [openssl.org #4311] OpenSSL 1.1.0-pre3: quote PERL=$(PERL) in Makefiles

2016-05-10 Thread Matt Caswell via RT
Makefile.in doesn't exist any more. Ping Richard Levitte - does anything need to be done for the new build system? Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4311 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe:

[openssl-dev] [openssl.org #4311] OpenSSL 1.1.0-pre3: quote PERL=$(PERL) in Makefiles

2016-02-16 Thread Rainer Jung via RT
Hi there, I built OpenSSL 1.1.0-pre3 with PERL="/usr/bin/env perl" This has the nice effect, that any generated perl artefact that itself uses perl via the "#!" notation contains #!/usr/bin/env perl and not the perl path to which "/usr/bin/env perl" resolves during build time on the