gnu: libuv: Do not build the static library.
* gnu/packages/libevent.scm (libuv)[arguments]: Add #:configure-flags.
This commit is contained in:
		
							parent
							
								
									dc73ea4195
								
							
						
					
					
						commit
						f0136e4d18
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -111,7 +111,8 @@ limited support for fork events.") | ||||||
|                 "1kwgl7j9snmjicrszhynfyp4njckqaw6l90y71a0b0alp2m8asbn")))) |                 "1kwgl7j9snmjicrszhynfyp4njckqaw6l90y71a0b0alp2m8asbn")))) | ||||||
|     (build-system gnu-build-system) |     (build-system gnu-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      '(;; XXX: Some tests want /dev/tty, attempt to make connections, etc. |      '(#:configure-flags '("--disable-static") | ||||||
|  |        ;; XXX: Some tests want /dev/tty, attempt to make connections, etc. | ||||||
|        #:tests? #f)) |        #:tests? #f)) | ||||||
|     (native-inputs `(("autoconf" ,autoconf-wrapper) |     (native-inputs `(("autoconf" ,autoconf-wrapper) | ||||||
|                      ("automake" ,automake) |                      ("automake" ,automake) | ||||||
|  |  | ||||||
		Reference in a new issue