From fb61d5955014f42b70dcc33e60bc83f232530759 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 7 Mar 2012 01:55:06 +0200 Subject: [PATCH] Pass the path to perl interpreter to Configure ... so that apps/CA.pl and tools/c_rehash wouldn't get /usr/local/bin/perl shebang. --- mingw-openssl.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mingw-openssl.spec b/mingw-openssl.spec index c4c0249..12c16b6 100644 --- a/mingw-openssl.spec +++ b/mingw-openssl.spec @@ -26,7 +26,7 @@ Name: mingw-openssl Version: 1.0.0d -Release: 4%{?dist} +Release: 5%{?dist} Summary: MinGW port of the OpenSSL toolkit License: OpenSSL @@ -214,6 +214,7 @@ make TABLE PERL=%{__perl} %build # NB: 'no-hw' is vital. MinGW cannot build the hardware drivers # and if you don't have this you'll get an obscure link error. +PERL=%{__perl} \ ./Configure \ --prefix=%{mingw32_prefix} \ --openssldir=%{mingw32_sysconfdir}/pki/tls \ @@ -360,6 +361,9 @@ mkdir -m700 $RPM_BUILD_ROOT%{mingw32_sysconfdir}/pki/CA/private %changelog +* Wed Mar 07 2012 Kalev Lember - 1.0.0d-5 +- Pass the path to perl interpreter to Configure + * Tue Mar 06 2012 Kalev Lember - 1.0.0d-4 - Renamed the source package to mingw-openssl (#800443) - Modernize the spec file