dbus/cmake
Chengwei Yang 8cda82b726 cmake: do not bind to any particular POSIX C standard
This caused build failures on FreeBSD. Defining _POSIX_C_SOURCE to
a particular version will disable common non-POSIX extensions like
PF_UNIX, and on some systems will also disable features of later
POSIX versions, like IPv6. If we don't ask for a specific version,
we'll get some sort of sensible default.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=66257
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
[made the commit message more concise -smcv]
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2013-07-01 12:18:11 +01:00
..
bus tests to embedded tests: replaced in cmake files 2013-06-28 12:18:32 +01:00
dbus tests to embedded tests: replaced in cmake files 2013-06-28 12:18:32 +01:00
doc Use Doxyfile.in for cmake build system too. 2013-06-24 14:39:01 +02:00
modules XML: hard depends on expat and delete libxml 2013-06-06 13:02:24 +01:00
test tests to embedded tests: replaced in cmake files 2013-06-28 12:18:32 +01:00
tools Moved docbook sources used by cmake into doc subdir and adapted cmake build system. 2013-02-14 13:27:22 +00:00
bus-test.bat.cmake * cmake: new directory, contains cmake build support. 2007-03-03 14:32:17 +00:00
CMakeLists.txt cmake: do not bind to any particular POSIX C standard 2013-07-01 12:18:11 +01:00
config.h.cmake tests to embedded tests: replaced in cmake files 2013-06-28 12:18:32 +01:00
ConfigureChecks.cmake Use dbus/dbus-arch-deps.h.in as source for cmake too 2011-09-23 15:38:12 +02:00
dbus-env.bat.cmake Split DBUS_SESSION_BUS_DEFAULT_ADDRESS into listen, connect addresses and set better defaults 2012-08-13 19:57:13 +01:00