From 7bef2d63f881adec7bbaf433a8f6322886bb771c Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 3 Jan 2015 13:38:56 +0000 Subject: [PATCH] Makefile: build strcasestr --- Library/libs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/libs/Makefile b/Library/libs/Makefile index d19f9891..bd17e602 100644 --- a/Library/libs/Makefile +++ b/Library/libs/Makefile @@ -29,7 +29,7 @@ SRC_C += popen.c printf.c putenv.c putgetch.c putpwent.c pwent.c qsort.c SRC_C += raise.c rand.c readdir.c readlink.c realloc.c regerror.c SRC_C += regsub.c remove.c rewind.c rindex.c setbuffer.c setenv.c setjmp.c SRC_C += setvbuf.c settimeofday.c sleep.c sprintf.c stat.c stdio0.c -SRC_C += strcasecmp.c strdup.c stricmp.c strlcpy.c strncasecmp.c +SRC_C += strcasecmp.c strcasestr.c strdup.c stricmp.c strlcpy.c strncasecmp.c SRC_C += strnicmp.c strsep.c SRC_C += strtod.c strtol.c system.c time.c tmpnam.c ttyname.c SRC_C += tzset.c ungetc.c utent.c utimes.c utsname.c -- 2.34.1