diff --git a/nginx-0.8.4-r1.ebuild b/nginx-0.8.4-r1.ebuild index 1d89f2b..e5fb8e7 100644 --- a/nginx-0.8.4-r1.ebuild +++ b/nginx-0.8.4-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://sysoev.ru/nginx/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" -IUSE="addition debug fastcgi flv imap ipv6 pcre perl random-index securelink ssl status sub webdav zlib" +IUSE="addition debug fastcgi flv imap ipv6 passenger pcre perl random-index securelink ssl status sub webdav zlib" DEPEND="dev-lang/perl pcre? ( >=dev-libs/libpcre-4.2 ) @@ -68,6 +68,7 @@ src_compile() { use sub && myconf="${myconf} --with-http_sub_module" use random-index && myconf="${myconf} --with-http_random_index_module" use securelink && myconf="${myconf} --with-http_secure_link_module" + use passenger && myconf="${myconf} --add-module=`passenger-config --root`/ext/nginx" tc-export CC ./configure \