Skip to content

Commit 66c4509

Browse files
dstosbergJunio C Hamano
authored andcommitted
Solaris does not support C99 format strings before version 10
Signed-off-by: Dennis Stosberg <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9a1ae9a commit 66c4509

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,10 +301,12 @@ ifeq ($(uname_S),SunOS)
301301
NEEDS_LIBICONV = YesPlease
302302
NO_UNSETENV = YesPlease
303303
NO_SETENV = YesPlease
304+
NO_C99_FORMAT = YesPlease
304305
endif
305306
ifeq ($(uname_R),5.9)
306307
NO_UNSETENV = YesPlease
307308
NO_SETENV = YesPlease
309+
NO_C99_FORMAT = YesPlease
308310
endif
309311
INSTALL = ginstall
310312
TAR = gtar

0 commit comments

Comments
 (0)