Skip to content

Commit

Permalink
replaced multiple commands with autogen, removed gyp dependency becau…
Browse files Browse the repository at this point in the history
…se it is in devDependencies
  • Loading branch information
m1el committed May 30, 2016
1 parent 43358a2 commit 1759967
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ec:
libsodium:
ifeq (,$(wildcard ${STATIC_LIB}.*))
@echo Static libsodium was not found at ${STATIC_LIB} so compiling libsodium from source.
@cd $(LIBSODIUM_DIR)/ && aclocal && libtoolize --force && automake --add-missing && autoconf
@cd $(LIBSODIUM_DIR)/ && ./autogen.sh
@cd $(LIBSODIUM_DIR)/ && ./configure --enable-static \
--enable-shared --with-pic --prefix="$(INSTALL_DIR)"
@cd $(LIBSODIUM_DIR)/ && make clean > /dev/null
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"license": "MIT",
"description": "Lib Sodium port for node.js",
"dependencies": {
"node-gyp": "^3.3.1",
"mdextract": "^1.0.0",
"nan": "^2.2.1"
},
Expand Down

0 comments on commit 1759967

Please sign in to comment.