[Openvpn-devel,0/4] Restore ability to compile on macOS/FreeBSD with Cmake

Message ID 20230629215611.3292788-1-arne@rfc2549.org
Headers show
Series Restore ability to compile on macOS/FreeBSD with Cmake | expand

Message

Arne Schwabe June 29, 2023, 9:56 p.m. UTC
The patches to the cmake files did a lot of improvements but broke compiling
on macOS and FreeBSD. This patch set restores the ability to compile again
with these two platforms.

Arne Schwabe (4):
  Do not blindly assume python3 is also the interpreter that runs
    rst2html
  [CMake] Only add -Wno-stringop-truncation on supported compilers
  Check if the -wrap argument is actually supported by the platform's ld
  Avoid unused function warning/error on FreeBSD

 CMakeLists.txt      | 33 +++++++++++++++++++++------------
 doc/CMakeLists.txt  |  8 ++++----
 src/openvpn/route.c |  4 +++-
 3 files changed, 28 insertions(+), 17 deletions(-)