# | Line 12 | Line 12 | Requires: zlib openssl | |
---|---|---|
12 | --enable-ssl \ | |
13 | --enable-rewrite \ | |
14 | --enable-so | |
15 | + | |
16 | + | mkdir -p %i/conf.d |
17 | + | |
18 | make %makeprocesses | |
19 | + | %install |
20 | + | %initenv |
21 | + | mkdir -p %{i} |
22 | + | true || exit 0 |
23 | + | make install |
24 | + | |
25 | + | echo 'Include '"%i/conf.d/"'*.conf' >> \ |
26 | + | %i/conf/httpd.conf |
27 | + | |
28 | + | |
29 | %post | |
30 | %{relocateConfig}conf/highperformance.conf | |
31 | %{relocateConfig}conf/highperformance-std.conf |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |