From 79e09fa942e5dca8ed277f2235a7ec12654c94dc Mon Sep 17 00:00:00 2001
From: Oz Linden <oz@lindenlab.com>
Date: Wed, 9 Mar 2016 13:20:32 -0500
Subject: [PATCH] big hammer hack to get past additional packaging problem for
 Linux

---
 build.sh | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/build.sh b/build.sh
index 90288feed78..0f3091fb17c 100755
--- a/build.sh
+++ b/build.sh
@@ -206,6 +206,13 @@ fi
 # load autobuild provided shell functions and variables
 eval "$("$autobuild" source_environment)"
 
+if [ "$arch" = "Linux" ]
+then
+    ## something about the additional_packages mechanism messes up buildscripts results.py
+    ## since we don't care about those packages on Linux, just zero it out, yes - a HACK
+    export additional_packages=""
+fi
+
 # dump environment variables for debugging
 begin_section "Environment"
 env|sort
-- 
GitLab