aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/os/dragonfly.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-05-13 15:17:20 +0000
committerlloyd <[email protected]>2010-05-13 15:17:20 +0000
commitd1f7b117a81982373f4aaa3260b5017b5bf10450 (patch)
tree84d621e065ba4b7f8f59027e419ac82d583d0f48 /src/build-data/os/dragonfly.txt
parent0b3a19725ae5c2959fea4be3728660063f31dc9d (diff)
Remove the old (unused) <supports_shared> config block. It specified
which architectures the OS supported shared libs on; in all cases it was either all or none. Replace with new config build_shared [yes|no], which defaults to yes but is set to no for MinGW and Cygwin since shared libs don't seem to be working well there.
Diffstat (limited to 'src/build-data/os/dragonfly.txt')
-rw-r--r--src/build-data/os/dragonfly.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/build-data/os/dragonfly.txt b/src/build-data/os/dragonfly.txt
index 7a002a65d..ff8f41d2a 100644
--- a/src/build-data/os/dragonfly.txt
+++ b/src/build-data/os/dragonfly.txt
@@ -5,7 +5,3 @@ clock_gettime
gettimeofday
posix_mlock
</target_features>
-
-<supports_shared>
-all
-</supports_shared>