summaryrefslogtreecommitdiff
path: root/system/ca-certificates/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'system/ca-certificates/APKBUILD')
-rw-r--r--system/ca-certificates/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/system/ca-certificates/APKBUILD b/system/ca-certificates/APKBUILD
index 1d7bfbd6f..3dab0f01b 100644
--- a/system/ca-certificates/APKBUILD
+++ b/system/ca-certificates/APKBUILD
@@ -3,13 +3,13 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=ca-certificates
pkgver=20180411
-pkgrel=0
+pkgrel=1
pkgdesc="CA root certificates"
url="https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/"
arch="all"
options="!fhs !check"
license="MPL-2.0 GPL-2.0+"
-depends=""
+depends="debianutils"
makedepends_build="python3"
makedepends_host="openssl-dev"
subpackages="$pkgname-doc"
@@ -21,6 +21,7 @@ source="https://distfiles.adelielinux.org/source/$pkgname-$pkgver.tar.xz"
build() {
cd "$builddir"
+ export CFLAGS="$CFLAGS -DSYMLINK_MAX=PATH_MAX"
make
}