diff options
author | callum_linden <none@none> | 2015-11-13 16:19:16 -0800 |
---|---|---|
committer | callum_linden <none@none> | 2015-11-13 16:19:16 -0800 |
commit | ec55f2cd10db838140b34b04717e9e50a6b736ce (patch) | |
tree | a388597838c75bc37430ca9d848902ac7a55e78e /indra/cmake/00-Common.cmake | |
parent | 2091813119fbe915ad1427ad51202e67ff086180 (diff) |
MAINT-5862 Fix Provide a way for new Linux users to accept ToS
Diffstat (limited to 'indra/cmake/00-Common.cmake')
-rwxr-xr-x | indra/cmake/00-Common.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/cmake/00-Common.cmake b/indra/cmake/00-Common.cmake index 1a3b6c5117..86fc2dfff5 100755 --- a/indra/cmake/00-Common.cmake +++ b/indra/cmake/00-Common.cmake @@ -166,6 +166,9 @@ if (LINUX) -pthread ) + # force this platform to accept TOS via external browser + add_definitions(-DEXTERNAL_TOS) + add_definitions(-DAPPID=secondlife) add_definitions(-fvisibility=hidden) # 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. |