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:
parent
f4d52a896e
commit
a46db6ecce
@ -94,7 +94,7 @@ perl util/perlpath.pl /usr/bin/perl
|
|||||||
./Configure %{CONFIG_FLAGS} --openssldir=%{openssldir} linux-ppc shared
|
./Configure %{CONFIG_FLAGS} --openssldir=%{openssldir} linux-ppc shared
|
||||||
%endif
|
%endif
|
||||||
%ifarch alpha
|
%ifarch alpha
|
||||||
./Configure %{CONFIG_FLAGS} --openssldir=%{openssldir} linux-alpha shared
|
./Configure %{CONFIG_FLAGS} --openssldir=%{openssldir} linux-alpha-gcc shared
|
||||||
%endif
|
%endif
|
||||||
LD_LIBRARY_PATH=`pwd` make
|
LD_LIBRARY_PATH=`pwd` make
|
||||||
LD_LIBRARY_PATH=`pwd` make rehash
|
LD_LIBRARY_PATH=`pwd` make rehash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user