[Webkit-unassigned] [Bug 111817] Source/ThirdParty/leveldb/db/builder.cc does not build on systems without <endian.h>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 7 22:36:23 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=111817





--- Comment #8 from Jeremy Huddleston <jeremyhu at apple.com>  2013-03-07 22:38:48 PST ---
# For the moment we need to check whether or not indexed database is
# enabled because it determines if we build leveldb or not.
AM_WEBKIT_FEATURE_CONDITIONAL([ENABLE_INDEXED_DATABASE])

That just seems to grep for it in Source/WebCore/GNUmakefile.features.am and sure enough that file has ENABLE_INDEXED_DATABASE=1

-- 
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