diff options
author | Joerg Bruehe <joerg@mysql.com> | 2010-06-23 16:32:03 +0200 |
---|---|---|
committer | Joerg Bruehe <joerg@mysql.com> | 2010-06-23 16:32:03 +0200 |
commit | 7f0b7faa680b0c80f451a787e9775afe222cc10b (patch) | |
tree | 33f0a15c69f3fdceaf03e8f9aef6742c05ba212b /cmake/os | |
parent | 44acc959297ad9b2d8241caa3dd04173cae08114 (diff) | |
parent | f1cc08433e09088f0929d387b8b2fe79f610c6af (diff) | |
download | mariadb-git-7f0b7faa680b0c80f451a787e9775afe222cc10b.tar.gz |
Merge bug fix.
Diffstat (limited to 'cmake/os')
-rw-r--r-- | cmake/os/FreeBSD.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmake/os/FreeBSD.cmake b/cmake/os/FreeBSD.cmake index be7af778e93..e09592942c1 100644 --- a/cmake/os/FreeBSD.cmake +++ b/cmake/os/FreeBSD.cmake @@ -20,4 +20,5 @@ # #Legacy option, maybe not needed anymore , taken as is from autotools build # ADD_DEFINITIONS(-DNET_RETRY_COUNT=1000000) -ADD_DEFINITIONS(-DHAVE_BROKEN_REALPATH) +# The below was used for really old versions of FreeBSD, roughly: before 5.1.9 +# ADD_DEFINITIONS(-DHAVE_BROKEN_REALPATH) |