aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-10-11 10:05:37 +0000
committerRichard Levitte <levitte@openssl.org>2000-10-11 10:05:37 +0000
commita46db6ecceb084b816a8b6ca9b565a6028d188e5 (patch)
tree099d486bf33842361fccdc06cb058ddd00a16b98
parentf4d52a896e7716dea307f9396168572a601fb992 (diff)
downloadopenssl-a46db6ecceb084b816a8b6ca9b565a6028d188e5.tar.gz
Fix from main trunk, 2000-10-08 21:38 levitte:
Linux on Alpha has the configuration name linux-alpha-gcc, not linux-alpha.
-rw-r--r--openssl.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl.spec b/openssl.spec
index 18ae94e54c..fa8c16b7c7 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -94,7 +94,7 @@ perl util/perlpath.pl /usr/bin/perl
./Configure %{CONFIG_FLAGS} --openssldir=%{openssldir} linux-ppc shared
%endif
%ifarch alpha
-./Configure %{CONFIG_FLAGS} --openssldir=%{openssldir} linux-alpha shared
+./Configure %{CONFIG_FLAGS} --openssldir=%{openssldir} linux-alpha-gcc shared
%endif
LD_LIBRARY_PATH=`pwd` make
LD_LIBRARY_PATH=`pwd` make rehash