# | Line 1 | Line 1 | |
---|---|---|
1 | ### RPM external apache 2.0.59 | |
2 | + | Requires: gcc-wrapper |
3 | %define downloadn httpd | |
4 | Source: http://apache.osuosl.org/httpd/httpd-%v.tar.gz | |
5 | Requires: zlib openssl expat | |
# | Line 6 | Line 7 | Requires: zlib openssl expat | |
7 | %setup -n %{downloadn}-%{v} | |
8 | ||
9 | %build | |
10 | + | ## IMPORT gcc-wrapper |
11 | ./configure CFLAGS="-I$EXPAT_ROOT/include" \ | |
12 | LDFLAGS="-L$EXPAT_ROOT/lib" \ | |
13 | --prefix=%{i} \ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |