me
/
guix
Archived
1
0
Fork 0

gnu: node: Build shared library.

* gnu/packages/node.scm (node)[arguments]: Build shared library.
master
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
1 changed files with 2 additions and 1 deletions

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"