]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: add definitions for glibc
authorKefu Chai <kchai@redhat.com>
Tue, 25 Oct 2016 04:20:51 +0000 (12:20 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 25 Oct 2016 04:40:46 +0000 (12:40 +0800)
commit5f36c080bf137c221e65369ca09fdea59e0ddfd4
tree789ddc48dd93d75480676d4525fc7c6e8d015051
parent7c06f7a461771e862e38e98e2703dc60b547d478
cmake: add definitions for glibc

"-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64" is not for gcc, it's for glibc
actually. so enable it on LINUX.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/CMakeLists.txt