From ee7bbf5ca48f7a22c84f6b7b002d10ddfb05a949 Mon Sep 17 00:00:00 2001 From: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> Date: Thu, 5 Dec 2019 11:10:31 -0500 Subject: [PATCH] fix: build Define ENABLE_LIBWRAP for macOS client Change-Id: I6ab2b022a302808bf5534c6c2e3656d2ad4a0b09 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 028706ce..07021392 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,6 +5,7 @@ IF(POLICY CMP0022) ENDIF(POLICY CMP0022) SET(PROJ_NAME Jami) +ADD_DEFINITIONS(-DENABLE_LIBWRAP=true) option(RELEASE_TYPE "RELEASE_TYPE" "website") # To build nighlies we need to update RING_VERSION with an optional command line arg -- GitLab