160 CC="%{l_cc}" \ |
160 CC="%{l_cc}" \ |
161 CFLAGS="%{l_cflags -O}" \ |
161 CFLAGS="%{l_cflags -O}" \ |
162 CPPFLAGS="$cppflags" \ |
162 CPPFLAGS="$cppflags" \ |
163 LDFLAGS="$ldflags" \ |
163 LDFLAGS="$ldflags" \ |
164 LIBS="$libs" \ |
164 LIBS="$libs" \ |
|
165 GREP="grep" \ |
165 ./configure \ |
166 ./configure \ |
166 --prefix=%{l_prefix} \ |
167 --prefix=%{l_prefix} \ |
167 --sysconfdir=%{l_prefix}/etc/dovecot \ |
168 --sysconfdir=%{l_prefix}/etc/dovecot \ |
168 --with-ssldir=%{l_prefix}/etc/dovecot/ssl \ |
169 --with-ssldir=%{l_prefix}/etc/dovecot/ssl \ |
169 --datadir=%{l_prefix}/share/dovecot \ |
170 --datadir=%{l_prefix}/share/dovecot \ |
226 ( cd dovecot-sieve-%{V_major}.%{V_minor_sieve} |
227 ( cd dovecot-sieve-%{V_major}.%{V_minor_sieve} |
227 CC="%{l_cc}" \ |
228 CC="%{l_cc}" \ |
228 CFLAGS="%{l_cflags -O}" \ |
229 CFLAGS="%{l_cflags -O}" \ |
229 CPPFLAGS="%{l_cppflags}" \ |
230 CPPFLAGS="%{l_cppflags}" \ |
230 LDFLAGS="%{l_ldflags}" \ |
231 LDFLAGS="%{l_ldflags}" \ |
|
232 GREP="grep" \ |
231 ./configure \ |
233 ./configure \ |
232 --prefix=%{l_prefix} \ |
234 --prefix=%{l_prefix} \ |
233 --with-dovecot=.. |
235 --with-dovecot=.. |
234 %{l_make} %{l_mflags -O} |
236 %{l_make} %{l_mflags -O} |
235 ) || exit $? |
237 ) || exit $? |