 e6ccb40ba5
			
		
	
	e6ccb40ba5
	
	
	
		
			
			* The fit image is now created with 0666 permission in upstream U-Boot remove our patch switch creates it with 0744 * The generated/autoconf.h file is created now as an empty file, it is not needed to remove this include any more. * Upstream lib/rsa/rsa-sign.c now includes stdlib.h instead of malloc.h * ALIGN_MASK was moved to imagetool.h, own patch should not be needed any more. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
		
			
				
	
	
		
			15 lines
		
	
	
		
			619 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			619 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| OpenWrt links the libressl statically against mkimage, make sure all the 
 | |
| needed dependencies are added too.
 | |
| 
 | |
| --- a/tools/Makefile
 | |
| +++ b/tools/Makefile
 | |
| @@ -158,7 +158,7 @@ ifneq ($(CONFIG_MX23)$(CONFIG_MX28)$(CON
 | |
|  HOSTCFLAGS_kwbimage.o += \
 | |
|  	$(shell pkg-config --cflags libssl libcrypto 2> /dev/null || echo "")
 | |
|  HOSTLDLIBS_mkimage += \
 | |
| -	$(shell pkg-config --libs libssl libcrypto 2> /dev/null || echo "-lssl -lcrypto")
 | |
| +	$(shell pkg-config --libs --static libssl libcrypto 2> /dev/null || echo "-lssl -lcrypto")
 | |
|  
 | |
|  # OS X deprecate openssl in favour of CommonCrypto, supress deprecation
 | |
|  # warnings on those systems
 |