diff options
author | Armin Weatherwax | 2010-06-17 11:15:54 +0200 |
---|---|---|
committer | Armin Weatherwax | 2010-09-23 15:42:39 +0200 |
commit | c4891694b7c8fcc469dfa057ebf397ee28fc44b1 (patch) | |
tree | 75d1ea097989c8f54c89bd0a1b5da9bac0e74db9 /linden/indra/llplugin/CMakeLists.txt | |
parent | update llplugin to latest version of SG2, pull latest webkit (diff) | |
download | meta-impy-c4891694b7c8fcc469dfa057ebf397ee28fc44b1.zip meta-impy-c4891694b7c8fcc469dfa057ebf397ee28fc44b1.tar.gz meta-impy-c4891694b7c8fcc469dfa057ebf397ee28fc44b1.tar.bz2 meta-impy-c4891694b7c8fcc469dfa057ebf397ee28fc44b1.tar.xz |
Robin Cornelius: fixes for building plugins on Linux 64bit
Diffstat (limited to '')
-rw-r--r--[-rwxr-xr-x] | linden/indra/llplugin/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/llplugin/CMakeLists.txt b/linden/indra/llplugin/CMakeLists.txt index d9b623d..8a2eff8 100755..100644 --- a/linden/indra/llplugin/CMakeLists.txt +++ b/linden/indra/llplugin/CMakeLists.txt | |||
@@ -2,6 +2,10 @@ | |||
2 | 2 | ||
3 | project(llplugin) | 3 | project(llplugin) |
4 | 4 | ||
5 | if(HAVE_64_BIT) | ||
6 | set(REQUIRE_PIC) | ||
7 | endif(HAVE_64_BIT) | ||
8 | |||
5 | include(00-Common) | 9 | include(00-Common) |
6 | include(LLCommon) | 10 | include(LLCommon) |
7 | include(LLImage) | 11 | include(LLImage) |