From e9ebf346c4e4c1c6e22410de4d290bdec13f72b2 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sun, 8 Oct 2000 19:38:28 +0000 Subject: [PATCH] Linux on Alpha has the configuration name linux-alpha-gcc, not linux-alpha. --- openssl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1