diff options
author | lloyd <[email protected]> | 2010-07-28 18:22:01 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-07-28 18:22:01 +0000 |
commit | b285ea02ac2def78ebd4a3ecf83b276c3d219980 (patch) | |
tree | 476c5e2ff3c7706b8dabebec4e339c1b5855cb97 /src/utils/dyn_load/info.txt | |
parent | f7a825d4b2986be3114df004cd9cf135fe97372d (diff) |
Restrict dyn_load to platforms where it might theoretically work:
Linux, Solaris, and the BSDs.
Solaris and BSD are untested, but it seems like they should work.
Using libdl on Solaris is seemingly only required in Solaris 9 and
earlier, but 10 has a stub library so it should work there as well.
Diffstat (limited to 'src/utils/dyn_load/info.txt')
-rw-r--r-- | src/utils/dyn_load/info.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/utils/dyn_load/info.txt b/src/utils/dyn_load/info.txt index 208870dac..07a1067bc 100644 --- a/src/utils/dyn_load/info.txt +++ b/src/utils/dyn_load/info.txt @@ -1,7 +1,16 @@ define DYNAMIC_LOADER +<os> +linux +freebsd +openbsd +netbsd +solaris +</os> + <libs> linux -> dl +solaris -> dl </libs> <source> |