2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00

Patch for HPUX from Boris Grubenko

[SVN r36466]
This commit is contained in:
Dave Abrahams
2006-12-20 13:27:15 +00:00
parent 5b1d1a6daf
commit 46424db068

View File

@@ -286,6 +286,11 @@ rule init-unix ( version ? : root ? : includes ? : libraries ? : condition * )
extra-libs = ;
}
case HPUX :
{
extra-libs = pthread rt ;
}
case * : extra-libs = pthread dl util ;
}