pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: fix build packages on Haiku



// -lroot is required for Haiku to use pthread?
// I have thought that libroot is the default library (like a libc) and
// no need to be linked exactly.
// 
// -- // OBATA Akio / obata%lins.jp@localhost

You can use buildlinktransform, such:
 
BUILDLINK_TRANSFORM+=   l:m:root
BUILDLINK_TRANSFORM+=   l:pthread:root
BUILDLINK_TRANSFORM+=   l:c:root

it also works :)

-- 
Diger
-- 


Home | Main Index | Thread Index | Old Index