/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Makefile: use fileno macro work around on AIX
[git/git.git]
/
config.mak.uname
diff --git
a/config.mak.uname
b/config.mak.uname
index
2011bac
..
4ef11ce
100644
(file)
--- a/
config.mak.uname
+++ b/
config.mak.uname
@@
-269,6
+269,7
@@
ifeq ($(uname_S),AIX)
INTERNAL_QSORT = UnfortunatelyYes
NEEDS_LIBICONV = YesPlease
BASIC_CFLAGS += -D_LARGE_FILES
+ FILENO_IS_A_MACRO = UnfortunatelyYes
ifeq ($(shell expr "$(uname_V)" : '[1234]'),1)
NO_PTHREADS = YesPlease
else