# | Line 1 | Line 1 | |
---|---|---|
1 | ### RPM external mysqlpp 1.7.40 | |
2 | – | Requires: gcc-wrapper |
2 | # Local patches and build system fudging by Lassi A. Tuura <lat@iki.fi> | |
3 | # FIXME: zlib usage? | |
4 | Requires: mysql zlib | |
# | Line 17 | Line 16 | rm -f config.status | |
16 | [ $(uname) = Darwin ] && cp /usr/share/libtool/config.* . | |
17 | ||
18 | %build | |
20 | – | ## IMPORT gcc-wrapper |
19 | echo "ZLIB_ROOT" $ZLIB_ROOT | |
20 | export CPPFLAGS=-I$ZLIB_ROOT/include | |
21 | export LDFLAGS=-L$ZLIB_ROOT/lib |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |