Fix from main trunk, 2000-10-08 21:38 levitte:

Linux on Alpha has the configuration name linux-alpha-gcc, not
linux-alpha.
This commit is contained in:
Richard Levitte 2000-10-11 10:05:37 +00:00
parent f4d52a896e
commit a46db6ecce

View 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