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