]> granicus.if.org Git - libevent/commit
Merge branch 'cmake-configure-fixes-v2'
authorAzat Khuzhin <a3at.mail@gmail.com>
Wed, 8 Mar 2017 14:58:26 +0000 (17:58 +0300)
committerAzat Khuzhin <a3at.mail@gmail.com>
Wed, 8 Mar 2017 14:58:26 +0000 (17:58 +0300)
commit5aade2d30b6c5eff226cbf7b63fda5a01987ba4f
treeb5caff6d31477f75f254fcfc45f889f7db1e10a4
parentc199df7bc78824ff579ff34c5f9f922034e8fa31
parentd65e3e1dbe201f277947b55770d87136fb754811
Merge branch 'cmake-configure-fixes-v2'

Fixes in cmake, to make it more like configure and support some
cross-compiling.

* cmake-configure-fixes-v2:
  cmake: fix extracting of the version from git (check for number of matches)
  Detect arch4random_addrandom() existence
  Use off_t instead of ev_off_t for sendfile() (fixes android build)
  cmake: detect _GNU_SOURCE not by __GNU_LIBRARY__ only (fallback to _GNU_SOURCE)
  Check for WNOWAIT in waitpid() in runtime (not in cmake/configure)
  cmake: add <pthread.h> into CMAKE_REQUIRED_INCLUDES for sizeof(pthread_t)
  cmake: fix values for #cmakedefine
  cmake: drop duplicates from event-config template
  cmake: add value for the #cmakedefine macros (like autoconf)
  cmake: Fix checking of enum values from sysctl.h