Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: http_addition_module
 
 
On Thu, Jun 28, 2007 at 05:05:25PM +0400, dwl wrote:
> Dmitriy Yermakov wrote:
> >
> >попробуй в /etc/make.conf
> >
> >.if ${.CURDIR:N*/ports/www/nginx*} == ""
> >CONFIGURE_ARGS+=--with-http_addition_module
> ># тут еще по вкусу
> >#WITH_OPENSSL_MODULE=yes
> >#WITHOUT_WWW=yes
> >.endif
> >  
> спасибо.
> то, что доктор прописал.
> сам не догадался, что CONFIGURE_ARGS туда тоже можно запихнуть.
Готов добавить в порт следующий патч.
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/nginx/Makefile,v
retrieving revision 1.119
diff -u -r1.119 Makefile
--- Makefile    18 Jun 2007 07:08:45 -0000      1.119
+++ Makefile    28 Jun 2007 13:47:02 -0000
@@ -53,6 +53,10 @@
 CONFIGURE_ARGS+=--with-http_ssl_module
 .endif
 
+.if defined(WITH_ADDITION_MODULE)
+CONFIGURE_ARGS+=--with-http_addition_module
+.endif
+
 .if defined(WITH_MAIL_MODULE) || defined(WITH_IMAP_MODULE)
 NGINX_OPENSSL= yes
 CONFIGURE_ARGS+=--with-mail --with-mail_ssl_module
-- 
Sergey A. Osokin,
System Engineer,
Macomnet, Internet Dept.
tel: +7 (495) 796-9079
fax: +7 (495) 796-9067
 
 |