This should fix the syslog_daemon build under R5 (compiles strlcpy() in).

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6349 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-01-27 09:41:41 +00:00
parent d9e843d8e1
commit 2726d4732e

View File

@ -8,6 +8,13 @@ Server syslog_daemon :
SyslogDaemon.cpp
syslog_output.cpp
listener_output.cpp
# that's for a successful build on R5
strlcpy.c
;
LinkSharedOSLibs syslog_daemon : be ;
SEARCH on [ FGristFiles
strlcpy.c
] = [ FDirName $(OBOS_TOP) src kernel libroot posix string ] ;