patch-tools_Makefile 483 B

1234567891011
  1. --- u-boot-git-3bfe3ce2a6e3b04da1d04dbc0520dcc26e17f98a.orig/tools/Makefile 2015-05-27 15:07:12.000000000 +0200
  2. +++ u-boot-git-3bfe3ce2a6e3b04da1d04dbc0520dcc26e17f98a/tools/Makefile 2015-05-27 20:09:17.000000000 +0200
  3. @@ -122,7 +122,7 @@ endif
  4. # MXSImage needs LibSSL
  5. ifneq ($(CONFIG_MX23)$(CONFIG_MX28)$(CONFIG_FIT_SIGNATURE),)
  6. -HOSTLOADLIBES_mkimage += -lssl -lcrypto
  7. +HOSTLOADLIBES_mkimage += -lssl -lcrypto -ldl
  8. endif
  9. HOSTLOADLIBES_dumpimage := $(HOSTLOADLIBES_mkimage)