]> git.pld-linux.org Git - packages/openssl.git/blobdiff - openssl.spec
- x86_64 arch support
[packages/openssl.git] / openssl.spec
index 3f7e0496ab15192e9d09d41bb39c6652a576ed65..a03868deea2ed255b3e9515ecb0d825922e62857 100644 (file)
@@ -201,6 +201,9 @@ export OPTFLAGS
 %ifarch i586 i686 athlon
 ./Configure --openssldir=%{_var}/lib/%{name} linux-elf shared
 %endif
+%ifarch x86_64
+./Configure --openssldir=%{_var}/lib/%{name} linux-x86_64 shared
+%endif
 %ifarch ppc
 ./Configure --openssldir=%{_var}/lib/%{name} linux-ppc shared
 %endif
This page took 0.045498 seconds and 4 git commands to generate.