mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-26 04:00:30 +02:00
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.
This commit is contained in:
@@ -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
Block a user