summaryrefslogtreecommitdiff
path: root/package/u-boot-xtensa/patches/patch-tools_Makefile
blob: b1c97995da41eea6a2f0d1395dfd738a05be73f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- u-boot-xtensa-fe85520cfb23b815207fa1a0ad840ec795eecedf.orig/tools/Makefile	2015-07-06 13:09:06.000000000 +0200
+++ u-boot-xtensa-fe85520cfb23b815207fa1a0ad840ec795eecedf/tools/Makefile	2015-07-06 13:13:09.274561163 +0200
@@ -114,7 +114,7 @@ endif
 
 # MXSImage needs LibSSL
 ifneq ($(CONFIG_MX23)$(CONFIG_MX28)$(CONFIG_FIT_SIGNATURE),)
-HOSTLOADLIBES_mkimage += -lssl -lcrypto
+HOSTLOADLIBES_mkimage += -lssl -lcrypto -ldl
 endif
 
 HOSTLOADLIBES_dumpimage := $(HOSTLOADLIBES_mkimage)