Import strcasestr() from musl and remove -D_GNU_SOURCE

This commit is contained in:
sin
2014-11-20 23:43:08 +00:00
parent ea4f58ff02
commit ce86a05f36
5 changed files with 38 additions and 2 deletions

View File

@@ -48,6 +48,7 @@ LIBUTILSRC =\
libutil/sha1.c\
libutil/sha256.c\
libutil/sha512.c\
libutil/strcasestr.c\
libutil/strlcat.c\
libutil/strlcpy.c