--- /usr/portage/www-servers/nginx/nginx-0.7.64.ebuild 2009-12-08 14:49:37.000000000 +0000 +++ nginx-0.7.64.ebuild 2009-12-30 13:15:02.557883077 +0000 @@ -14,8 +14,8 @@ IUSE="addition debug fastcgi flv imap pcre perl random-index ssl status sub webdav zlib" DEPEND="dev-lang/perl + dev-libs/openssl pcre? ( >=dev-libs/libpcre-4.2 ) - ssl? ( dev-libs/openssl ) zlib? ( sys-libs/zlib ) perl? ( >=dev-lang/perl-5.8 )" @@ -71,8 +71,6 @@ --http-client-body-temp-path=/var/tmp/${PN}/client \ --http-proxy-temp-path=/var/tmp/${PN}/proxy \ --http-fastcgi-temp-path=/var/tmp/${PN}/fastcgi \ - --with-md5-asm --with-md5=/usr/include \ - --with-sha1-asm --with-sha1=/usr/include \ ${myconf} || die "configure failed" emake LINK="${CC} ${LDFLAGS}" OTHERLDFLAGS="${LDFLAGS}" || die "failed to compile"