wolfssl: always build with --enable-reproducible-build
This gates out anything that might introduce semantically frivolous jitter, maximizing chance of identical object files. The binary size shrinks by 8kb: 1244352 staging_dir/target-mipsel_24kc_musl/usr/lib/libwolfssl.so.4.8.1.39c36f2f 1236160 staging_dir/target-mipsel_24kc_musl/usr/lib/libwolfssl.so.4.8.1.39c36f2f Signed-off-by: Andre Heider <a.heider@gmail.com>
This commit is contained in:
		 Andre Heider
					Andre Heider
				
			
				
					committed by
					
						 David Bauer
						David Bauer
					
				
			
			
				
	
			
			
			 David Bauer
						David Bauer
					
				
			
						parent
						
							28d8e6a871
						
					
				
				
					commit
					c76300707e
				
			| @@ -70,6 +70,7 @@ TARGET_LDFLAGS += -flto | |||||||
|  |  | ||||||
| # --enable-stunnel needed for OpenSSL API compatibility bits | # --enable-stunnel needed for OpenSSL API compatibility bits | ||||||
| CONFIGURE_ARGS += \ | CONFIGURE_ARGS += \ | ||||||
|  | 	--enable-reproducible-build \ | ||||||
| 	--enable-lighty \ | 	--enable-lighty \ | ||||||
| 	--enable-opensslall \ | 	--enable-opensslall \ | ||||||
| 	--enable-opensslextra \ | 	--enable-opensslextra \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user