From 92993c8c833a860c8c7873836439dfb639ae2fbb Mon Sep 17 00:00:00 2001 From: David Griffith Date: Sun, 3 Feb 2019 04:52:04 -0800 Subject: [PATCH] Put Makefile back to using the OS's version of strdup(). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index de8d43f..bc04b39 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,7 @@ CURSES ?= -lncurses #NO_MEMMOVE = yes # For missing strdup() and strndup() -NO_STRDUP = yes +#NO_STRDUP = yes # For missing strrchr() #NO_STRRCHR = yes -- 2.34.1