Support for missing strcasestr() under R5.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13523 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2005-07-07 11:36:08 +00:00
parent f14ac66c8e
commit 372aa42698
+2 -1
View File
@@ -82,6 +82,7 @@ SharedLibrary beadapter :
LibBeAdapter.cpp
strlcat.c
strlcpy.c
strcasestr.c
;
LinkSharedOSLibs libbeadapter.so :
be
@@ -98,7 +99,7 @@ Includes <boot!home!config!lib>libopenbeos.so
: <boot!home!config!lib>libbeadapter.so ;
SEARCH on [ FGristFiles
strlcat.c strlcpy.c
strlcat.c strlcpy.c strcasestr.c
] = [ FDirName $(OBOS_TOP) src system libroot posix string ] ;
SEARCH on [ FGristFiles KMessage.cpp ]