summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-05-27 20:11:08 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-05-27 20:11:08 +0200
commitf9cf965ad49d65a0951a60ce5f40474382250dab (patch)
treeeadf5ca7c4210de3a3012b2c9fb5d3f5bea43c37 /package
parenta8c559b6763e36058049d99a807509698d3a2da9 (diff)
we need -ldl after -lssl
Diffstat (limited to 'package')
-rw-r--r--package/u-boot-git/patches/patch-tools_Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/u-boot-git/patches/patch-tools_Makefile b/package/u-boot-git/patches/patch-tools_Makefile
new file mode 100644
index 000000000..8c106d33d
--- /dev/null
+++ b/package/u-boot-git/patches/patch-tools_Makefile
@@ -0,0 +1,11 @@
+--- u-boot-git-3bfe3ce2a6e3b04da1d04dbc0520dcc26e17f98a.orig/tools/Makefile 2015-05-27 15:07:12.000000000 +0200
++++ u-boot-git-3bfe3ce2a6e3b04da1d04dbc0520dcc26e17f98a/tools/Makefile 2015-05-27 20:09:17.000000000 +0200
+@@ -122,7 +122,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)