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

FreeBSD requires gmake #62

Closed
lgrahl opened this issue Oct 31, 2015 · 1 comment
Closed

FreeBSD requires gmake #62

lgrahl opened this issue Oct 31, 2015 · 1 comment

Comments

@lgrahl
Copy link

lgrahl commented Oct 31, 2015

Currently, make is being used in package.json for the scripts test and preinstall. However, this results in a syntax error on FreeBSD:

"Makefile", line 14: Missing dependency operator
"Makefile", line 17: Need an operator

Manually replacing make with gmake works as a temporary workaround on FreeBSD but most certainly is not the solution.

@paixaop
Copy link
Owner

paixaop commented Apr 6, 2016

Try the new branch https://github.com/paixaop/node-sodium/tree/libsodium-1.0.8-update which relies completely on lib sodium's build system which should be solid on you platform.

@paixaop paixaop closed this as completed Apr 6, 2016
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

No branches or pull requests

2 participants