Skip to content
This repository has been archived by the owner on Mar 9, 2019. It is now read-only.

Make boltdb build on ppc #740

Closed
wants to merge 2 commits into from
Closed

Make boltdb build on ppc #740

wants to merge 2 commits into from

Conversation

mvo5
Copy link

@mvo5 mvo5 commented Jan 18, 2018

Trivial PR to fix two problems on ppc:

  1. without the var brokenUnaligned the build fails with an undefined var
  2. the mmap size does not fit into a 32bit register

If this var is missing building on the ppc architecture fails.
This PR adds it.
@benbjohnson
Copy link
Member

Hi @mvo5. This repo is not accepting pull requests anymore. Looks like your pull request was accepted by the CoreOS fork.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants