No subject


Wed Aug 1 07:28:53 PDT 2012


We could just copy-paste the memenv helper (< 380 lines of C++) into webkit and use distro/jhbuild leveldb, right?

> > configure.ac:1030
> > +if test "$enable_indexed_database" = "yes"; then
> > +    PKG_CHECK_MODULES([LEVELDB], [leveldb])
> > +    AC_SUBST([LEVELDB_CFLAGS])
> > +    AC_SUBST([LEVELDB_LIBS])
> > +fi
> 
> This depends on a patch applied to leveldb by our jhbuild which means that it will always fail when not using the internal jhbuild + build-webkit even if leveldb is installed. I think you should use AC_SEARCH_LIBS() when PKG_CHECK_MODULES() fails to find the library.

Is your leveldb patch somewhere available? I was just patching it for testing as well and it would make sense if we were using the same patch...

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list