Index: lighttpd-1.4.31.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.31.ebuild,v retrieving revision 1.8 diff -u -r1.8 lighttpd-1.4.31.ebuild --- lighttpd-1.4.31.ebuild 20 Aug 2012 17:07:00 -0000 1.8 +++ lighttpd-1.4.31.ebuild 22 Aug 2012 14:29:10 -0000 @@ -114,6 +114,7 @@ econf --libdir=/usr/$(get_libdir)/${PN} \ --enable-lfs \ $(use_enable ipv6) \ + $(use_enable mmap) \ $(use_with bzip2) \ $(use_with fam) \ $(use_with gdbm) \ @@ -122,7 +123,6 @@ $(use_with libev) \ $(use_with lua) \ $(use_with memcache) \ - $(use_with mmap) \ $(use_with mysql) \ $(use_with pcre) \ $(use_with ssl openssl) \