Linux on Alpha has the configuration name linux-alpha-gcc, not
authorRichard Levitte <levitte@openssl.org>
Sun, 8 Oct 2000 19:38:28 +0000 (19:38 +0000)
committerRichard Levitte <levitte@openssl.org>
Sun, 8 Oct 2000 19:38:28 +0000 (19:38 +0000)
linux-alpha.

openssl.spec

index 18ae94e54cb7caf147276709efa7382fab90ad18..fa8c16b7c76ff4ec12f663a0d6a2fd6574ebd5bf 100644 (file)
@@ -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