aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2019-07-17 18:55:57 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2019-07-18 11:13:37 +0200
commit9aba91c06a0a7c89ad811675f633b62dff12d5fd (patch)
tree28beabb0c5fc42ef6e93ddac6e7d96ba5bf36997 /main
parent2bf8de409de29218b845158bf2dcfdce10b33611 (diff)
downloadaports-9aba91c06a0a7c89ad811675f633b62dff12d5fd.tar.bz2
aports-9aba91c06a0a7c89ad811675f633b62dff12d5fd.tar.xz
main/git: enable support for nanoseconds
musl does support `stat.st_mtimespec.tv_nsec` nowadays. This configuration option has been present in this APKBUILD forever and I am assuming it was added when alpine used a libc which didn't support it. Fixes #10542
Diffstat (limited to 'main')
-rw-r--r--main/git/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/git/APKBUILD b/main/git/APKBUILD
index 364863c278..e5f35228b1 100644
--- a/main/git/APKBUILD
+++ b/main/git/APKBUILD
@@ -11,7 +11,7 @@
# - CVE-2017-1000117
pkgname=git
pkgver=2.22.0
-pkgrel=0
+pkgrel=1
pkgdesc="Distributed version control system"
url="https://www.git-scm.com/"
arch="all"
@@ -57,7 +57,6 @@ prepare() {
NO_SVN_TESTS=YesPlease
NO_REGEX=YesPlease
USE_LIBPCRE2=YesPlease
- NO_NSEC=YesPlease
NO_SYS_POLL_H=1
CFLAGS=$CFLAGS
EOF