summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-02-21 17:44:05 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-02-21 17:44:05 (GMT)
commit10ef4e9a9725d5686a792d3bbe98ef06cf7a2558 (patch)
tree7a5910ec30933e5d25dc73dc06488da054c0915f /config
parentc23d11475e0eac5c0bc10f7ed075f8c62c9072ea (diff)
downloadhdf5-10ef4e9a9725d5686a792d3bbe98ef06cf7a2558.zip
hdf5-10ef4e9a9725d5686a792d3bbe98ef06cf7a2558.tar.gz
hdf5-10ef4e9a9725d5686a792d3bbe98ef06cf7a2558.tar.bz2
[svn-r8213] Purpose:
Bug fix Description: Update threadsafe flags for FreeBSD and allow C++ to be built with threadsafe enabled. Platforms tested: FreeBSD 4.9 (sleipnir) w/C++ & thread-safe
Diffstat (limited to 'config')
-rw-r--r--config/freebsd4
1 files changed, 1 insertions, 3 deletions
diff --git a/config/freebsd b/config/freebsd
index f35aa5b..44c098d 100644
--- a/config/freebsd
+++ b/config/freebsd
@@ -27,8 +27,6 @@ NOFP=${NOFP:=-fomit-frame-pointer}
# Special setup to use pthread support if enable-threadsafe is on.
# Works with static executable only.
if test "X-" != "X-$enable_threadsafe"; then
- CFLAGS="$CFLAGS -pthread -D_THREAD_SAFE"
+ CFLAGS="$CFLAGS -D_THREAD_SAFE"
LDFLAGS="$LDFLAGS -pthread"
- LIBS="$LIBS -lcipher"
- enable_static_exec=yes
fi