From 8bc12ce82fa4d7ce8584a6dbc095a0cfe3ae88e3 Mon Sep 17 00:00:00 2001
From: "Andrew A. de Laix" <alain@lindenlab.com>
Date: Tue, 18 Jan 2011 15:40:07 -0800
Subject: [PATCH] do packaging stuff and build breakpad symbols.

---
 build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index 05b464e43be..052349da9f3 100755
--- a/build.sh
+++ b/build.sh
@@ -52,7 +52,7 @@ pre_build()
   local variant="$1"
   begin_section "Pre$variant"
   "$AUTOBUILD" install --skip-license-check
-  "$AUTOBUILD" configure -c $variant
+  "$AUTOBUILD" configure -c $variant -- -DPACKAGE:BOOL=ON -DRELEASE_CRASH_REPORTING:BOOL=ON
   end_section "Pre$variant"
 }
 
-- 
GitLab