Archived
1
0
Fork 0

gnu: node: Build shared library.

* gnu/packages/node.scm (node)[arguments]: Build shared library.
This commit is contained in:
Ricardo Wurmus 2020-06-12 23:52:28 +02:00
parent 8e518d4802
commit f9311eaa7c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -74,7 +74,8 @@
#t))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--shared-cares"
`(#:configure-flags '("--shared"
"--shared-cares"
"--shared-http-parser"
"--shared-libuv"
"--shared-nghttp2"