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:
		
							parent
							
								
									e602e7f271
								
							
						
					
					
						commit
						2f38e38fb5
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
					@ -75,8 +75,7 @@
 | 
				
			||||||
                  #t))))
 | 
					                  #t))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:configure-flags '("--shared"
 | 
					     `(#:configure-flags '("--shared-cares"
 | 
				
			||||||
                           "--shared-cares"
 | 
					 | 
				
			||||||
                           "--shared-http-parser"
 | 
					                           "--shared-http-parser"
 | 
				
			||||||
                           "--shared-libuv"
 | 
					                           "--shared-libuv"
 | 
				
			||||||
                           "--shared-nghttp2"
 | 
					                           "--shared-nghttp2"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue