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

File Contents

# User Rev Content
1 steen 1.2 ### RPM external apr-util 1.2.6
2 ratnik 1.3 Requires: gcc-wrapper
3 eulisse 1.1 Source: http://mirror.switch.ch/mirror/apache/dist/apr/%{n}-%{v}.tar.gz
4     Requires: apr mysql sqlite expat
5     %build
6 ratnik 1.3 ## IMPORT gcc-wrapper
7 eulisse 1.1 ./configure --prefix=%{i} \
8     --with-apr=$APR_ROOT \
9     --with-mysql=$MYSQL_ROOT \
10     --with-sqlite3=$SQLITE_ROOT \
11     --with-expat=$EXPAT_ROOT
12     make %makeprocesses