]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Makefile
Detect when the passwd struct is missing pw_gecos
[thirdparty/git.git] / Makefile
index 81c12db274112fbe973c203eb5026dc197b9efbd..e953951be89cde3c8e746f43db939f4d3a620b99 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1648,6 +1648,9 @@ endif
 ifdef NO_D_INO_IN_DIRENT
        BASIC_CFLAGS += -DNO_D_INO_IN_DIRENT
 endif
+ifdef NO_GECOS_IN_PWENT
+       BASIC_CFLAGS += -DNO_GECOS_IN_PWENT
+endif
 ifdef NO_ST_BLOCKS_IN_STRUCT_STAT
        BASIC_CFLAGS += -DNO_ST_BLOCKS_IN_STRUCT_STAT
 endif