mirror of
				https://github.com/openresty/openresty.git
				synced 2024-10-13 00:29:41 +00:00 
			
		
		
		
	configure: added support for DragonFlyBSD. thanks @lhmwzy for the patch in #44.
This commit is contained in:
		
							
								
								
									
										2
									
								
								util/configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								util/configure
									
									
									
									
										vendored
									
									
								
							@ -51,7 +51,7 @@ if ($OS =~ /solaris|sunos/i) {
 | 
			
		||||
} elsif ($OS eq 'freebsd') {
 | 
			
		||||
    $platform = $OS;
 | 
			
		||||
 | 
			
		||||
} elsif ($OS =~ /^(?:openbsd|netbsd)$/) {
 | 
			
		||||
} elsif ($OS =~ /^(?:openbsd|netbsd|dragonfly)$/) {
 | 
			
		||||
    $platform = 'bsd';
 | 
			
		||||
 | 
			
		||||
} else {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user