xiaoxichen / leveldb

Automatically exported from code.google.com/p/leveldb
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Support for DragonFlyBSD/NetBSD/OpenBSD #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to compile on one of the above operating systems
2. The compile will fail because of missing includes and missing fdatasync, etc

What is the expected output? What do you see instead?

leveldb should compile correctly, instead it fails.

Please provide any additional information below.

Patch is attached. This supersedes issue 31.

Original issue reported on code.google.com by and...@hijacked.us on 3 Dec 2011 at 3:42

Attachments:

GoogleCodeExporter commented 9 years ago
Andrew, there are two bugs in your patch:
1) OpenBSD is using "-lpthread" instead of "-pthread" (like it was in patch for 
#31),
2) DragonFly defines PLATFORM=OS_OPENBSD.

Original comment by piotr.si...@frickle.com on 13 Dec 2011 at 6:32

GoogleCodeExporter commented 9 years ago
Updated patch.

Original comment by and...@hijacked.us on 17 Dec 2011 at 4:37

Attachments:

GoogleCodeExporter commented 9 years ago
Is this ever going to go anywhere?

Original comment by and...@hijacked.us on 1 Mar 2012 at 2:11

GoogleCodeExporter commented 9 years ago
Fixed.

Original comment by san...@google.com on 5 Mar 2012 at 6:40

GoogleCodeExporter commented 9 years ago
Issue 31 has been merged into this issue.

Original comment by dgrogan@chromium.org on 1 Jun 2012 at 11:57