X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Makefile;h=b21d2f14176d08011cea79790eb2246d50787ec9;hb=c572f491e545f3fe76a966e418139fc9755a910f;hp=b1c80a678b5fdb80ec71f0a1ad567a384feba4e8;hpb=8311158c66e0d83df950ea837fb1cb332c51f798;p=git.git diff --git a/Makefile b/Makefile index b1c80a678..b21d2f141 100644 --- a/Makefile +++ b/Makefile @@ -57,8 +57,8 @@ all:: # # Define NO_STRLCPY if you don't have strlcpy. # -# Define NO_STRTOUMAX if you don't have strtoumax in the C library. -# If your compiler also does not support long long or does not have +# Define NO_STRTOUMAX if you don't have both strtoimax and strtoumax in the +# C library. If your compiler also does not support long long or does not have # strtoull, define NO_STRTOULL. # # Define NO_SETENV if you don't have setenv in the C library. @@ -1478,7 +1478,7 @@ ifdef NO_STRLCPY endif ifdef NO_STRTOUMAX COMPAT_CFLAGS += -DNO_STRTOUMAX - COMPAT_OBJS += compat/strtoumax.o + COMPAT_OBJS += compat/strtoumax.o compat/strtoimax.o endif ifdef NO_STRTOULL COMPAT_CFLAGS += -DNO_STRTOULL