diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-10 10:57:54 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-10 12:04:55 +0000 |
commit | 08f71a9469a302b226ca539704f10ace92f5618d (patch) | |
tree | 870e3f81540555aec9964d9ee17d1829327889a0 /testing/uboot-tools | |
parent | b00b1062b33b334fcc340cf3e80b1d445c17717c (diff) | |
download | aports-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/APKBUILD | 4 |
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" |