aboutsummaryrefslogtreecommitdiffstats
path: root/main/libbsd/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/libbsd/APKBUILD')
-rw-r--r--main/libbsd/APKBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/main/libbsd/APKBUILD b/main/libbsd/APKBUILD
index bf95701c97..aaa8f67ff5 100644
--- a/main/libbsd/APKBUILD
+++ b/main/libbsd/APKBUILD
@@ -6,14 +6,15 @@ pkgver=0.8.3
pkgrel=1
pkgdesc="commonly-used BSD functions not implemented by all libcs"
url="http://libbsd.freedesktop.org/"
-arch="all !armhf !aarch64 !ppc64le"
+arch="all !armhf !aarch64"
license="BSD"
depends=""
depends_dev="bsd-compat-headers linux-headers"
makedepends="$depends_dev autoconf automake libtool"
subpackages="$pkgname-dev $pkgname-doc"
source="http://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz
- musl-fixes.patch"
+ musl-fixes.patch
+ fix-build-with-musl-on-ppc64le.patch"
builddir="$srcdir/$pkgname-$pkgver"
prepare() {
@@ -42,9 +43,6 @@ package() {
install || return 1
}
-md5sums="e935c1bb6cc98a4a43cb1da22795493a libbsd-0.8.3.tar.xz
-21a350d9723d667b5ed8a8b610528843 musl-fixes.patch"
-sha256sums="934b634f4dfd865b6482650b8f522c70ae65c463529de8be907b53c89c3a34a8 libbsd-0.8.3.tar.xz
-cc7d2f2dfe2cc5d823e6ea5f7c1efea236f688c7ee53ec925471264e54c72359 musl-fixes.patch"
sha512sums="155b895d6bd62b180718d65a2cda7484946c492d52735a57b51005705dfe4528b6a72e8745acea47b01fe68e3bbbe3c036c5e9998a8d06fc79efe2b96a04767f libbsd-0.8.3.tar.xz
-032b8de7abfe6ffec80957db05fcb02b2cec74f26ecc99ef20d2a314efd0dfd88486e31bd33dd7460ac85b48acdab3ba849cd96bdd0884cd5667e7a43ab30c3a musl-fixes.patch"
+032b8de7abfe6ffec80957db05fcb02b2cec74f26ecc99ef20d2a314efd0dfd88486e31bd33dd7460ac85b48acdab3ba849cd96bdd0884cd5667e7a43ab30c3a musl-fixes.patch
+6e9e182bc45acde46aedd7696783636a6f9901e01436d26ee22104d39adae13b6bb0231b02be0db1a461faa3bc611c16296f37f5ab5f365dd3719daaebb9863a fix-build-with-musl-on-ppc64le.patch"