Revision: | 1.8 |
Committed: | Tue May 1 11:17:39 2007 UTC (18 years ago) by elmer |
Branch: | MAIN |
CVS Tags: | pe20070522a-ports, pe20070519a-ports, pe20070512a-ports, pe20070508a-ports, pe20070507a-ports, pe20070501c-ports, pe20070501b-ports, pe20070501a-ports |
Changes since 1.7: | +0 -2 lines |
Log Message: | Remove gcc-wrappers stuff |
# | User | Rev | Content |
---|---|---|---|
1 | eulisse | 1.2 | ### RPM external openssl 0.9.7d |
2 | argiro | 1.1 | Source: http://www.openssl.org/source/%n-%v.tar.gz |
3 | |||
4 | %build | ||
5 | ./config --prefix=%i shared | ||
6 | elmer | 1.5 | case $(uname)-$(uname -m) in |
7 | Darwin*) | ||
8 | perl -p -i -e 's|-compatibility_version.*|-compatibility_version \${SHLIB_MAJOR}.\${SHLIB_MINOR} \\|' Makefile.ssl | ||
9 | esac | ||
10 | |||
11 | argiro | 1.1 | make |
12 | eulisse | 1.3 | %install |
13 | make install | ||
14 | perl -p -i -e "s|^#!.*perl|#!/usr/bin/env perl|" %{i}/ssl/misc/CA.pl %{i}/ssl/misc/der_chop %{i}/bin/c_rehash | ||
15 | eulisse | 1.6 | # |