Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-05-13 17:50:35 +0300
committerJunio C Hamano <gitster@pobox.com>2019-05-13 17:50:35 +0300
commit40bef4992ea86b79fa80ebd7e6fd19fecdc5879b (patch)
treeef0cb96e86ee1f50cc1d88d65253af1b74c5b77c /config.mak.uname
parentb51a0fdc3822c2ef260f6d496b6df6d33b101e8a (diff)
parent400caafb2bb63712bb23cfa4d800261aab8e5cae (diff)
Merge branch 'cc/access-on-aix-workaround'
Workaround for standard-compliant but less-than-useful behaviour of access(2) for the root user. * cc/access-on-aix-workaround: git-compat-util: work around for access(X_OK) under root
Diffstat (limited to 'config.mak.uname')
-rw-r--r--config.mak.uname1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mak.uname b/config.mak.uname
index d916d1dc7a..19ce2f296a 100644
--- a/config.mak.uname
+++ b/config.mak.uname
@@ -272,6 +272,7 @@ ifeq ($(uname_S),AIX)
NEEDS_LIBICONV = YesPlease
BASIC_CFLAGS += -D_LARGE_FILES
FILENO_IS_A_MACRO = UnfortunatelyYes
+ NEED_ACCESS_ROOT_HANDLER = UnfortunatelyYes
ifeq ($(shell expr "$(uname_V)" : '[1234]'),1)
NO_PTHREADS = YesPlease
else