gnu: knot: Unambiguously enable XDP.
* gnu/packages/dns.scm (knot)[arguments]: Replace "--enable-xdp=auto" with "--enable-xdp=yes" which now supports using the system libbpf.
This commit is contained in:
		
							parent
							
								
									f97582dd8a
								
							
						
					
					
						commit
						8e71f48c0c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -849,7 +849,7 @@ Extensions} (DNSSEC).")
 | 
			
		|||
             "--disable-static"         ; static libraries are built by default
 | 
			
		||||
             "--enable-dnstap"          ; let tools read/write capture files
 | 
			
		||||
             "--enable-fastparser"      ; disabled by default when .git/ exists
 | 
			
		||||
             "--enable-xdp=auto"        ; XXX [=yes] currently means =embedded
 | 
			
		||||
             "--enable-xdp=yes"
 | 
			
		||||
             "--with-module-dnstap=yes") ; detailed query capturing & logging
 | 
			
		||||
       #:phases
 | 
			
		||||
       (modify-phases %standard-phases
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue