gnu: yadifa: Enable the TCP manager.
* gnu/packages/dns.scm (yadifa)[arguments]: Add "--enable-tcp-manager" to #:configure-flags.
This commit is contained in:
		
							parent
							
								
									14803bfe18
								
							
						
					
					
						commit
						eac55627f9
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -803,7 +803,8 @@ served by AS112.  Stub and forward zones are supported.")
 | 
			
		|||
       (list "--sysconfdir=/etc"
 | 
			
		||||
             "--localstatedir=/var"
 | 
			
		||||
             "--enable-shared" "--disable-static"
 | 
			
		||||
             "--disable-build-timestamp"))) ; build reproducibly
 | 
			
		||||
             "--disable-build-timestamp"    ; build reproducibly
 | 
			
		||||
             "--enable-tcp-manager")))
 | 
			
		||||
    (home-page "https://www.yadifa.eu/")
 | 
			
		||||
    (synopsis "Authoritative DNS name server")
 | 
			
		||||
    (description "YADIFA is an authoritative name server for the @dfn{Domain
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue