diff options
| author | Nicky <nicky.dasmijn@posteo.nl> | 2022-06-05 16:15:00 +0200 | 
|---|---|---|
| committer | Nicky <nicky.dasmijn@posteo.nl> | 2022-06-05 16:15:00 +0200 | 
| commit | 59f6062685efd4c52f06c526e52a9fa00ddfabeb (patch) | |
| tree | 5d17f9276b164990f12dfb15a4011b0781b37be3 | |
| parent | 95d5938eefa26f4814154219315db50aa511fc4f (diff) | |
Bring back comments for EXTERNAL_TOS and LL_IGNORE_SIGCHLD
| -rw-r--r-- | indra/cmake/00-Common.cmake | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/indra/cmake/00-Common.cmake b/indra/cmake/00-Common.cmake index 8c6ec9a6cc..279e7ca1b9 100644 --- a/indra/cmake/00-Common.cmake +++ b/indra/cmake/00-Common.cmake @@ -113,6 +113,14 @@ endif (WINDOWS)  if (LINUX)    set(CMAKE_SKIP_RPATH TRUE) +   # EXTERNAL_TOS +   # force this platform to accept TOS via external browser + +   # LL_IGNORE_SIGCHLD +   # don't catch SIGCHLD in our base application class for the viewer - some of +   # our 3rd party libs may need their *own* SIGCHLD handler to work. Sigh! The +   # viewer doesn't need to catch SIGCHLD anyway. +    add_compile_definitions(            _REENTRANT            _FORTIFY_SOURCE=2 | 
