octopus: disable gdlib by default (#43161)
This commit is contained in:
		 Ashwin Kumar Karnad
					Ashwin Kumar Karnad
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							8c33841567
						
					
				
				
					commit
					49ff816fb0
				
			| @@ -300,6 +300,12 @@ def configure_args(self): | ||||
|             args.append(f"{cxxflags} {gcc10_extra}") | ||||
|             args.append(f"{cflags} {gcc10_extra}") | ||||
| 
 | ||||
|         # Disable flags | ||||
|         # | ||||
|         # disable gdlib explicitly to avoid | ||||
|         # autotools picking gdlib up from the system | ||||
|         args.append("--disable-gdlib") | ||||
| 
 | ||||
|         return args | ||||
| 
 | ||||
|     @run_after("install") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user