Added strlcat() and strlcpy() to libbeadapter.so for R5 compatibility.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8301 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -43,6 +43,8 @@ LinkSharedOSLibs libopenbeos.so :
|
|||||||
#
|
#
|
||||||
SharedLibrary beadapter :
|
SharedLibrary beadapter :
|
||||||
LibBeAdapter.cpp
|
LibBeAdapter.cpp
|
||||||
|
strlcat.c
|
||||||
|
strlcpy.c
|
||||||
;
|
;
|
||||||
LinkSharedOSLibs libbeadapter.so :
|
LinkSharedOSLibs libbeadapter.so :
|
||||||
be
|
be
|
||||||
@@ -58,6 +60,10 @@ File <boot!home!config!lib>libbeadapter.so : libbeadapter.so ;
|
|||||||
Includes <boot!home!config!lib>libopenbeos.so
|
Includes <boot!home!config!lib>libopenbeos.so
|
||||||
: <boot!home!config!lib>libbeadapter.so ;
|
: <boot!home!config!lib>libbeadapter.so ;
|
||||||
|
|
||||||
|
SEARCH on [ FGristFiles
|
||||||
|
strlcat.c strlcpy.c
|
||||||
|
] = [ FDirName $(OBOS_TOP) src kernel libroot posix string ] ;
|
||||||
|
|
||||||
SubInclude OBOS_TOP src kits app ;
|
SubInclude OBOS_TOP src kits app ;
|
||||||
SubInclude OBOS_TOP src kits interface ;
|
SubInclude OBOS_TOP src kits interface ;
|
||||||
SubInclude OBOS_TOP src kits media ;
|
SubInclude OBOS_TOP src kits media ;
|
||||||
|
|||||||
Reference in New Issue
Block a user