aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Seikel2011-02-11 22:00:23 +1000
committerDavid Seikel2011-02-11 22:00:23 +1000
commitb259055bd605122da400bfc028f4344c07fffa4a (patch)
tree070c689776602387f8cea2e6c3e1d0e921cfd9b1
parentAdded viewer specific stuff to the README. (diff)
downloadmeta-impy-b259055bd605122da400bfc028f4344c07fffa4a.zip
meta-impy-b259055bd605122da400bfc028f4344c07fffa4a.tar.gz
meta-impy-b259055bd605122da400bfc028f4344c07fffa4a.tar.bz2
meta-impy-b259055bd605122da400bfc028f4344c07fffa4a.tar.xz
One part of the system does not like the meta-impy name. Seems to be an unused part though, so take the lazy way out.
-rw-r--r--linden/indra/cmake/00-Common.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/cmake/00-Common.cmake b/linden/indra/cmake/00-Common.cmake
index 0528f2a..05d6175 100644
--- a/linden/indra/cmake/00-Common.cmake
+++ b/linden/indra/cmake/00-Common.cmake
@@ -169,7 +169,8 @@ if (LINUX)
169 endif (SERVER) 169 endif (SERVER)
170 170
171 if (VIEWER) 171 if (VIEWER)
172 add_definitions(-DAPPID=meta-impy) 172 # Hmm, APPID does not seem to be used anywhere, but might be used implicitly somewhere. It also does not like being "meta-impy", so changing this to stop it bitching.
173 add_definitions(-DAPPID=metaImpy)
173 add_definitions(-fvisibility=hidden) 174 add_definitions(-fvisibility=hidden)
174 # 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. 175 # 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.
175 add_definitions(-DLL_IGNORE_SIGCHLD) 176 add_definitions(-DLL_IGNORE_SIGCHLD)