patch-tools_Makefile 489 B

1234567891011
  1. --- u-boot-xtensa-fe85520cfb23b815207fa1a0ad840ec795eecedf.orig/tools/Makefile 2015-07-06 13:09:06.000000000 +0200
  2. +++ u-boot-xtensa-fe85520cfb23b815207fa1a0ad840ec795eecedf/tools/Makefile 2015-07-06 13:13:09.274561163 +0200
  3. @@ -114,7 +114,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)