wolfssl: compile with --enable-opensslall
This enables all OpenSSL API available. It is required to avoid some silent failures, such as when performing client certificate validation. Package size increases from 356.6K to 374.7K for arm_cortex-a9_vfpv3-d16. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
This commit is contained in:
		 Eneas U de Queiroz
					Eneas U de Queiroz
				
			
				
					committed by
					
						 Petr Štetiar
						Petr Štetiar
					
				
			
			
				
	
			
			
			 Petr Štetiar
						Petr Štetiar
					
				
			
						parent
						
							4e8a0014aa
						
					
				
				
					commit
					f31c9cd383
				
			| @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk | |||||||
|  |  | ||||||
| PKG_NAME:=wolfssl | PKG_NAME:=wolfssl | ||||||
| PKG_VERSION:=4.5.0-stable | PKG_VERSION:=4.5.0-stable | ||||||
| PKG_RELEASE:=3 | PKG_RELEASE:=4 | ||||||
|  |  | ||||||
| PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz | PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz | ||||||
| PKG_SOURCE_URL:=https://github.com/wolfSSL/wolfssl/archive/v$(PKG_VERSION) | PKG_SOURCE_URL:=https://github.com/wolfSSL/wolfssl/archive/v$(PKG_VERSION) | ||||||
| @@ -62,6 +62,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-lighty \ | 	--enable-lighty \ | ||||||
|  | 	--enable-opensslall \ | ||||||
| 	--enable-opensslextra \ | 	--enable-opensslextra \ | ||||||
| 	--enable-sni \ | 	--enable-sni \ | ||||||
| 	--enable-stunnel \ | 	--enable-stunnel \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user