1
0
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:
Ricardo Wurmus
2020-06-13 17:01:09 +02:00
parent e602e7f271
commit 2f38e38fb5

View File

@@ -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"