Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes to build on Ubuntu (13.10) #4

Merged
merged 2 commits into from
Jun 26, 2014

Conversation

zerebubuth
Copy link
Contributor

Building this on Ubuntu 13.10 needed a couple of fixes to the Makefile. Also added an ignore file for convenience.

GNU make wanted `VPATH` set so that it could find the source
files. GNU ld complained about missing `-fPIC` for the object
files being linked into a shared library, so added that too.
willemt added a commit that referenced this pull request Jun 26, 2014
Fixes to build on Ubuntu (13.10)
@willemt willemt merged commit f0be750 into willemt:master Jun 26, 2014
@willemt
Copy link
Owner

willemt commented Jun 26, 2014

TY for the pull request

Raft builds on travis all the time, which I believe uses Ubuntu. I will have to do an investigation.

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

Successfully merging this pull request may close these issues.

2 participants