Request 241 was acted upon.
_________________________________________________________________________
URL: https://rt.openpkg.org/id/241
Ticket: [OpenPKG #241]
Subject: openssl-0.9.7b-1.3.0.src.rpm built failure on Tru64 GCC
Requestors: [EMAIL PROTECTED]
Queue: openpkg
Owner: Nobody
Status: new
Transaction: Ticket created by [EMAIL PROTECTED]
Time: Thu Aug 28 10:40:25 2003
_________________________________________________________________________
Building the openssl package on Compaq Tru64 V5.1B fails when the gcc rpm is
installed, because openssl uses the compaq C compiler flags instead of the
GCC compiler flags. Following patch resolves this (but will probably cause a
built failure when GCC is not installed).
--- openssl/openssl.spec 2003-08-28 10:14:12.000000000 +0200
+++ /usr/users/kvo/sources/openpkg/openssl.spec 2003-08-28
10:24:58.000000000 +0200
@@ -70,6 +70,9 @@
%{l_shtool} subst \
-e 's;test "$OSTYPE" = msdosdjgpp;true;' \
util/point.sh
+ %{l_shtool} subst \
+ -e 's;alpha-cc;alpha-gcc;g' \
+ config
%build
%{l_prefix}/bin/perl util/perlpath.pl %{l_prefix}/bin/perl
______________________________________________________________________
The OpenPKG Project www.openpkg.org
Developer Communication List [EMAIL PROTECTED]