mirror of
				https://github.com/termux/termux-packages.git
				synced 2025-10-31 18:05:58 +00:00 
			
		
		
		
	- Fixes https://github.com/termux/termux-packages/issues/26508 - Add `0029-force-unset-cflags-for-rust-hostbuild.patch`, which appears to correctly fix error `glslopt@0.1.11: clang: error: unsupported option '-mfpu=' for target 'x86_64-unknown-linux-gnu'` when targeting 32-bit
		
			
				
	
	
		
			23 lines
		
	
	
		
			556 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			556 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/comm/suite/Makefile.in
 | |
| +++ b/comm/suite/Makefile.in
 | |
| @@ -26,7 +26,7 @@
 | |
|  
 | |
|  
 | |
|  vendored-rust-check:
 | |
| -ifdef MOZ_THUNDERBIRD_RUST
 | |
| +ifeq (0,1)
 | |
|  	@echo "Checking vendored Rust libs"
 | |
|  	$(PYTHON3) $(commtopsrcdir)/python/rocbuild/rocbuild/rust.py verify_vendored_dependencies
 | |
|  endif
 | |
| --- a/comm/mail/Makefile.in
 | |
| +++ b/comm/mail/Makefile.in
 | |
| @@ -25,7 +25,7 @@
 | |
|  
 | |
|  
 | |
|  vendored-rust-check:
 | |
| -ifdef MOZ_THUNDERBIRD_RUST
 | |
| +ifeq (0,1)
 | |
|  	@echo "Checking vendored Rust libs"
 | |
|  	$(PYTHON3) $(commtopsrcdir)/python/rocbuild/rocbuild/rust.py verify_vendored_dependencies
 | |
|  endif
 |