gnu: lldpd: Omit static library.
* gnu/packages/networking.scm (lldpd)[arguments]: Add ‘--disable-static’ to the #:configure-flags.
This commit is contained in:
		
							parent
							
								
									7a484a47a4
								
							
						
					
					
						commit
						471ab8772c
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -3721,6 +3721,7 @@ thousands of connections is clearly realistic with today's hardware.")
 | 
				
			||||||
        "--with-privsep-group=nogroup"
 | 
					        "--with-privsep-group=nogroup"
 | 
				
			||||||
        "--localstatedir=/var"
 | 
					        "--localstatedir=/var"
 | 
				
			||||||
        "--enable-pie"
 | 
					        "--enable-pie"
 | 
				
			||||||
 | 
					        "--disable-static"
 | 
				
			||||||
        "--without-embedded-libevent"
 | 
					        "--without-embedded-libevent"
 | 
				
			||||||
        (string-append "--with-systemdsystemunitdir="
 | 
					        (string-append "--with-systemdsystemunitdir="
 | 
				
			||||||
                       (assoc-ref %outputs "out")
 | 
					                       (assoc-ref %outputs "out")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue