Bug 129966 - Add os boilerplate to build leveldb on OpenBSD/NetBSD
Summary: Add os boilerplate to build leveldb on OpenBSD/NetBSD
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-08 02:22 PST by Landry Breuil
Modified: 2014-03-14 14:20 PDT (History)
4 users (show)

See Also:


Attachments
Fix leveldb build on openbsd/netbsd (5.00 KB, patch)
2014-03-08 02:28 PST, Landry Breuil
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Landry Breuil 2014-03-08 02:22:51 PST
Otherwise build fails with 'no such <endian.h> include' because of the ifdef fallback in Source/ThirdParty/leveldb/port/port_posix.h. So let's use the same codepaths as FreeBSD, they just work.
I know the gtk port is moving away from autotools to cmake, but i couldnt find the equivalent places for cmake files..
Comment 1 Landry Breuil 2014-03-08 02:28:18 PST
Created attachment 226211 [details]
Fix leveldb build on openbsd/netbsd
Comment 2 WebKit Commit Bot 2014-03-14 14:20:40 PDT
Comment on attachment 226211 [details]
Fix leveldb build on openbsd/netbsd

Clearing flags on attachment: 226211

Committed r165648: <http://trac.webkit.org/changeset/165648>
Comment 3 WebKit Commit Bot 2014-03-14 14:20:43 PDT
All reviewed patches have been landed.  Closing bug.