From b36224bda0953579badece7942efebc4f7d0dd87 Mon Sep 17 00:00:00 2001
From: Aimee Linden <aimee@lindenlab.com>
Date: Fri, 13 Aug 2010 13:13:11 +0100
Subject: [PATCH] Use -DINSTALL_PROPRIETARY:BOOL=ON when calling develop.py
 from build.sh

Required because indra/cmake/Variables.cmake uses indra/Server.cmake as a flag to indicate this is an internal build, and set INSTALL_PROPRIETARY to download and install pre-built LLKDU, FMOD and Quicktime.

We need a better way of doing that, but this should get things going for now.
---
 build.sh | 1 +
 1 file changed, 1 insertion(+)
 mode change 100644 => 100755 build.sh

diff --git a/build.sh b/build.sh
old mode 100644
new mode 100755
index a405ed56ee1..a36d8bf1e2b
--- a/build.sh
+++ b/build.sh
@@ -61,6 +61,7 @@ pre_build()
    configure \
     -DVIEWER_CHANNEL:STRING="$viewer_channel" \
     -DVIEWER_LOGIN_CHANNEL:STRING="$login_channel" \
+    -DINSTALL_PROPRIETARY:BOOL=ON \
     -DLOCALIZESETUP:BOOL=ON \
     -DPACKAGE:BOOL=ON
   end_section "Pre$variant"
-- 
GitLab