ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/openssl.spec
Revision: 1.7
Committed: Wed Apr 18 23:46:02 2007 UTC (18 years ago) by ratnik
Branch: MAIN
CVS Tags: pe20070428a-ports, pe20070423b-ports, pe20070423a-ports
Changes since 1.6: +2 -0 lines
Log Message:
Changes for building  externals in 64/32 mode: added gcc-wrapper .

File Contents

# User Rev Content
1 eulisse 1.2 ### RPM external openssl 0.9.7d
2 ratnik 1.7 Requires: gcc-wrapper
3 argiro 1.1 Source: http://www.openssl.org/source/%n-%v.tar.gz
4    
5     %build
6 ratnik 1.7 ## IMPORT gcc-wrapper
7 argiro 1.1 ./config --prefix=%i shared
8 elmer 1.5 case $(uname)-$(uname -m) in
9     Darwin*)
10     perl -p -i -e 's|-compatibility_version.*|-compatibility_version \${SHLIB_MAJOR}.\${SHLIB_MINOR} \\|' Makefile.ssl
11     esac
12    
13 argiro 1.1 make
14 eulisse 1.3 %install
15     make install
16     perl -p -i -e "s|^#!.*perl|#!/usr/bin/env perl|" %{i}/ssl/misc/CA.pl %{i}/ssl/misc/der_chop %{i}/bin/c_rehash
17 eulisse 1.6 #