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
|
LibBeAdapter.cpp
|
||||||
strlcat.c
|
strlcat.c
|
||||||
strlcpy.c
|
strlcpy.c
|
||||||
|
strcasestr.c
|
||||||
;
|
;
|
||||||
LinkSharedOSLibs libbeadapter.so :
|
LinkSharedOSLibs libbeadapter.so :
|
||||||
be
|
be
|
||||||
@@ -98,7 +99,7 @@ Includes <boot!home!config!lib>libopenbeos.so
|
|||||||
: <boot!home!config!lib>libbeadapter.so ;
|
: <boot!home!config!lib>libbeadapter.so ;
|
||||||
|
|
||||||
SEARCH on [ FGristFiles
|
SEARCH on [ FGristFiles
|
||||||
strlcat.c strlcpy.c
|
strlcat.c strlcpy.c strcasestr.c
|
||||||
] = [ FDirName $(OBOS_TOP) src system libroot posix string ] ;
|
] = [ FDirName $(OBOS_TOP) src system libroot posix string ] ;
|
||||||
|
|
||||||
SEARCH on [ FGristFiles KMessage.cpp ]
|
SEARCH on [ FGristFiles KMessage.cpp ]
|
||||||
|
|||||||
Reference in New Issue
Block a user