nettle: fix broken build (#11611)
* nettle: force C99 build * nettle: update to use c99_flag from @alalazo Co-Authored-By: Massimiliano Culpo <massimiliano.culpo@gmail.com>
This commit is contained in:
		 Justin S
					Justin S
				
			
				
					committed by
					
						 Adam J. Stewart
						Adam J. Stewart
					
				
			
			
				
	
			
			
			 Adam J. Stewart
						Adam J. Stewart
					
				
			
						parent
						
							8fd64dfa08
						
					
				
				
					commit
					8c173da4b7
				
			| @@ -22,3 +22,6 @@ class Nettle(AutotoolsPackage): | |||||||
|  |  | ||||||
|     depends_on('gmp') |     depends_on('gmp') | ||||||
|     depends_on('m4', type='build') |     depends_on('m4', type='build') | ||||||
|  |  | ||||||
|  |     def configure_args(self): | ||||||
|  |         return ['CFLAGS={0}'.format(self.compiler.c99_flag)] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user