X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile;h=747b06447accee7f277346cc058429ad30d57892;hb=2af60a0521a8d0514e8bb1ca371cc9d502ea1c58;hp=60763c4a6ea8bb2f987b17fcdfac76af9dc71be9;hpb=305a5c78bf4459c0aefb1b7d7b59ea53e2c4b036;p=git.git diff --git a/Makefile b/Makefile index 60763c4a..747b0644 100644 --- a/Makefile +++ b/Makefile @@ -246,7 +246,7 @@ ifdef NEEDS_NSL SIMPLE_LIB += -lnsl endif ifdef NO_STRCASESTR - DEFINES += -Dstrcasestr=gitstrcasestr + DEFINES += -Dstrcasestr=gitstrcasestr -DNO_STRCASESTR=1 LIB_OBJS += compat/strcasestr.o endif