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)))) #t))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags '("--shared-cares" `(#:configure-flags '("--shared"
"--shared-cares"
"--shared-http-parser" "--shared-http-parser"
"--shared-libuv" "--shared-libuv"
"--shared-nghttp2" "--shared-nghttp2"