Revert "gnu: node: Build shared library."
This reverts commit f9311eaa7c
.
Adding "--shared" replaces the executable with the shared library, breaking
all users of the nodejs executable.
master
parent
e602e7f271
commit
2f38e38fb5
|
@ -75,8 +75,7 @@
|
|||
#t))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--shared"
|
||||
"--shared-cares"
|
||||
`(#:configure-flags '("--shared-cares"
|
||||
"--shared-http-parser"
|
||||
"--shared-libuv"
|
||||
"--shared-nghttp2"
|
||||
|
|
Reference in New Issue