guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: Revert "gnu: node: Build shared library."


From: guix-commits
Subject: 03/03: Revert "gnu: node: Build shared library."
Date: Sat, 13 Jun 2020 11:02:50 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2f38e38fb5131858fc76f6fa99c9f99776ff2902
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 17:01:09 2020 +0200

    Revert "gnu: node: Build shared library."
    
    This reverts commit f9311eaa7cb7849e9b17162c93b874c74d8fcbbd.
    Adding "--shared" replaces the executable with the shared library, breaking
    all users of the nodejs executable.
---
 gnu/packages/node.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 3610812..ca226e1 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]