]> git.pld-linux.org Git - packages/openssl.git/commitdiff
- x86_64 arch support
authoradasi <adasi@pld-linux.org>
Tue, 18 Nov 2003 16:59:03 +0000 (16:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssl.spec -> 1.111

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.037371 seconds and 4 git commands to generate.