aboutsummaryrefslogtreecommitdiffstats
path: root/testing/uboot-tools
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-10-10 10:57:54 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-10-10 12:04:55 +0000
commit08f71a9469a302b226ca539704f10ace92f5618d (patch)
tree870e3f81540555aec9964d9ee17d1829327889a0 /testing/uboot-tools
parentb00b1062b33b334fcc340cf3e80b1d445c17717c (diff)
downloadaports-08f71a9469a302b226ca539704f10ace92f5618d.tar.bz2
aports-08f71a9469a302b226ca539704f10ace92f5618d.tar.xz
testing/uboot-tools: rebuild against libressl
Diffstat (limited to 'testing/uboot-tools')
-rw-r--r--testing/uboot-tools/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/uboot-tools/APKBUILD b/testing/uboot-tools/APKBUILD
index c06db25ea7..7bd8c7bde1 100644
--- a/testing/uboot-tools/APKBUILD
+++ b/testing/uboot-tools/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer:
pkgname=uboot-tools
pkgver=2016.05
-pkgrel=1
+pkgrel=2
pkgdesc="U-Boot bootloader utility tools"
url="http://www.denx.de/wiki/U-Boot/WebHome"
arch="all"
license="GPL"
depends=""
depends_dev=""
-makedepends="$depends_dev openssl-dev linux-headers sdl-dev"
+makedepends="$depends_dev libressl-dev linux-headers sdl-dev"
install=""
subpackages=""
source="ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2"