aboutsummaryrefslogtreecommitdiffstats
path: root/main/libbsd
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2017-10-13 17:43:46 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-10-13 17:44:37 +0000
commita89c7c80c5baedfb0a1023c44dd62246d885c273 (patch)
treea50cc2dbee346b544335529ab3558a4e85e73687 /main/libbsd
parentbd86927a7501860e2d296bc3c09c5976bb1885bb (diff)
downloadaports-a89c7c80c5baedfb0a1023c44dd62246d885c273.tar.bz2
aports-a89c7c80c5baedfb0a1023c44dd62246d885c273.tar.xz
main/libbsd: add harder dependency on musl > 1.1.16-r22
this is needed for fopencookie(3) symbol
Diffstat (limited to 'main/libbsd')
-rw-r--r--main/libbsd/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libbsd/APKBUILD b/main/libbsd/APKBUILD
index 1254d88eaf..55130496b3 100644
--- a/main/libbsd/APKBUILD
+++ b/main/libbsd/APKBUILD
@@ -3,12 +3,12 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=libbsd
pkgver=0.8.6
-pkgrel=0
+pkgrel=1
pkgdesc="commonly-used BSD functions not implemented by all libcs"
url="http://libbsd.freedesktop.org/"
arch="all"
license="BSD"
-depends=""
+depends="musl>=1.1.16-r22"
depends_dev="bsd-compat-headers linux-headers"
makedepends="$depends_dev autoconf automake libtool"
subpackages="$pkgname-dev $pkgname-doc"