diff options
Diffstat (limited to 'hints/freebsd.sh')
-rw-r--r-- | hints/freebsd.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hints/freebsd.sh b/hints/freebsd.sh index 28e22ac62c..c6014819fa 100644 --- a/hints/freebsd.sh +++ b/hints/freebsd.sh @@ -269,3 +269,7 @@ EOM esac EOCBU +# malloc wrap works +case "$usemallocwrap" in +'') usemallocwrap='define' ;; +esac |