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:
Axel Dörfler 2004-07-05 12:41:37 +00:00
parent 75f71dbc17
commit 9a5cc9a002
1 changed files with 6 additions and 0 deletions

View File

@ -43,6 +43,8 @@ LinkSharedOSLibs libopenbeos.so :
#
SharedLibrary beadapter :
LibBeAdapter.cpp
strlcat.c
strlcpy.c
;
LinkSharedOSLibs libbeadapter.so :
be
@ -58,6 +60,10 @@ File <boot!home!config!lib>libbeadapter.so : libbeadapter.so ;
Includes <boot!home!config!lib>libopenbeos.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 interface ;
SubInclude OBOS_TOP src kits media ;