ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/mysqlpp.spec
(Generate patch)

Comparing COMP/CMSDIST/mysqlpp.spec (file contents):
Revision 1.4 by elmer, Tue Jun 13 01:22:17 2006 UTC vs.
Revision 1.6 by ratnik, Wed Apr 18 23:46:01 2007 UTC

# Line 1 | Line 1
1   ### RPM external mysqlpp 1.7.40
2 + Requires: gcc-wrapper
3   # Local patches and build system fudging by Lassi A. Tuura <lat@iki.fi>
4   # FIXME: zlib usage?
5   Requires: mysql zlib
# Line 16 | Line 17 | rm -f config.status
17   [ $(uname) = Darwin ] && cp /usr/share/libtool/config.* .
18  
19   %build
20 + ## IMPORT gcc-wrapper
21   echo "ZLIB_ROOT" $ZLIB_ROOT
22   export CPPFLAGS=-I$ZLIB_ROOT/include
23   export LDFLAGS=-L$ZLIB_ROOT/lib
# Line 25 | Line 27 | export LDFLAGS=-L$ZLIB_ROOT/lib
27              --with-mysql-include=$MYSQL_ROOT/include/mysql
28   perl -p -i -e 's/\@OBJEXT\@/o/g; s/\@EXEEXT\@//g' examples/Makefile
29   make
30 + #

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines