summaryrefslogtreecommitdiffstats
path: root/config/freebsd
diff options
context:
space:
mode:
Diffstat (limited to 'config/freebsd')
-rw-r--r--config/freebsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/freebsd b/config/freebsd
index d59eb2a..16c36fc 100644
--- a/config/freebsd
+++ b/config/freebsd
@@ -65,8 +65,8 @@ fi
# 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 -D_THREAD_SAFE"
- CXXFLAGS="$CXXFLAGS -D_THREAD_SAFE"
+ H5_CFLAGS="$H5_CFLAGS -D_THREAD_SAFE"
+ H5_CXXFLAGS="$H5_CXXFLAGS -D_THREAD_SAFE"
LDFLAGS="$LDFLAGS -pthread"
fi