--- sqlite-3.7.0.ebuild 2010-08-14 20:47:50.597999994 +0300 +++ sqlite-3.7.0.1.ebuild 2010-08-14 20:45:42.704999999 +0300 @@ -40,8 +40,16 @@ epatch "${FILESDIR}/${PN}-3.6.22-interix-fixes.patch" epatch "${FILESDIR}/${PN}-3.6.22-dlopen.patch" # bug 300836 eautoreconf # dlopen.patch patches configure.ac + + # To fix a serious performance regression: + # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591298 + epatch "${FILESDIR}/${PN}-3.7.0-performance-regression.patch" || die "patching failed." else epatch "${FILESDIR}/${PN}-3.6.22-interix-fixes-amalgamation.patch" + + # To fix a serious performance regression: + # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591298 + epatch "${FILESDIR}/${PN}-3.7.0-performance-regression-amalgamation.patch" || die "patching failed." fi eautoreconf # for MiNT and interix