aboutsummaryrefslogtreecommitdiff
path: root/package/boot/uboot-zynq/patches/210-link-libcrypto-static.patch
Commit message (Collapse)AuthorAge
* u-boot.mk: always link host libraries staticAndre Heider2021-10-24
| | | | | | | | Host libraries are only build static, so let's pass --static to pkg-config globally and remove the then unnecessary patches doing exactly that individually. Signed-off-by: Andre Heider <a.heider@gmail.com>
* uboot-zynq: update to 2019.07Luis Araneda2019-09-01
| | | | Signed-off-by: Luis Araneda <luaraneda@gmail.com>
* uboot-zynq: update to 2018.07Luis Araneda2018-08-13
| | | | Signed-off-by: Luis Araneda <luaraneda@gmail.com>
* uboot-zynq: update to 2017.03Luis Araneda2018-06-07
| | | | | | Compile-tested: ZedBoard Signed-off-by: Luis Araneda <luaraneda@gmail.com>
* uboot-zynq: Fix build with libressl 2.7.2Hauke Mehrtens2018-04-29
When libressl was linked the libpthread was missing, add it in addition. Fixes: 2c192b69163f ("tools/libressl: update to version 2.7.2") Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>