diff options
author | Richard Levitte <levitte@openssl.org> | 2000-10-08 19:38:28 +0000 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2000-10-08 19:38:28 +0000 |
commit | e9ebf346c4e4c1c6e22410de4d290bdec13f72b2 (patch) | |
tree | d23097e4d8547a765494cda0d8f3260894e516f2 /openssl.spec | |
parent | 8ca533e37824a308e5b897486fc92c199bdf79a9 (diff) | |
download | openssl-new-e9ebf346c4e4c1c6e22410de4d290bdec13f72b2.tar.gz |
Linux on Alpha has the configuration name linux-alpha-gcc, not
linux-alpha.
Diffstat (limited to 'openssl.spec')
-rw-r--r-- | openssl.spec | 2 |
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 |