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:
+2
-1
@@ -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 ]
|
||||
|
||||
Reference in New Issue
Block a user