added option to include librt (for 64 bit linux systems)

This commit is contained in:
Arvid Norberg
2008-04-05 05:36:18 +00:00
parent 57d75e120a
commit da5d5a5d4e
3 changed files with 20 additions and 3 deletions

View File

@@ -230,6 +230,12 @@ Build features:
| | logging of the DHT protocol traffic. |
| | * ``off`` - build without DHT support. |
+------------------------+----------------------------------------------------+
| ``need-librt`` | * ``no`` - this platform does not need to link |
| | against librt to have POSIX time functions. |
| | * ``yes`` - specify this if your linux system |
| | requires you to link against librt.a. This is |
| | typically the case on x86 64 bit systems. |
+------------------------+----------------------------------------------------+
| ``zlib`` | * ``system`` - links against the zlib supplied |
| | with your operating system. |
| | * ``shipped`` - links against the zlib bundled |