summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-05-26 17:32:19 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-05-26 17:32:19 (GMT)
commit8784e4dddeb16a89dd19bfb879788b8df0aac1f5 (patch)
treef17a089b6ee0629b4d86566c21247b4b7f34de85 /Makefile
parentce5e95383d2aab5c5a4886c2d5b47e8f1d1989b9 (diff)
parent590e081dea7c064056941bfae28b25ce956585f5 (diff)
downloadgit-8784e4dddeb16a89dd19bfb879788b8df0aac1f5.zip
git-8784e4dddeb16a89dd19bfb879788b8df0aac1f5.tar.gz
git-8784e4dddeb16a89dd19bfb879788b8df0aac1f5.tar.bz2
Merge branch 'rg/no-gecos-in-pwent'
* rg/no-gecos-in-pwent: ident: add NO_GECOS_IN_PWENT for systems without pw_gecos in struct passwd Conflicts: Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index db72c45..f52d84b 100644
--- a/Makefile
+++ b/Makefile
@@ -70,6 +70,9 @@ all::
# Define NO_FNMATCH_CASEFOLD if your fnmatch function doesn't have the
# FNM_CASEFOLD GNU extension.
#
+# Define NO_GECOS_IN_PWENT if you don't have pw_gecos in struct passwd
+# in the C library.
+#
# Define NO_LIBGEN_H if you don't have libgen.h.
#
# Define NEEDS_LIBGEN if your libgen needs -lgen when linking