aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2013-11-14 20:57:50 +0100
committerMemphiz <memphis@machzwo.de>2013-11-14 20:57:50 +0100
commit898b37e1d2b7c51ee246167338633cdc523850b0 (patch)
treecdcbce17c34c1576099fdbe677200325fadb4f86 /tools
parent2fd68dff01fda79434a6969b92e192b721de4378 (diff)
[jenkins] - use the common tarballs dir for linux32, and linux64 builds
Diffstat (limited to 'tools')
-rwxr-xr-xtools/buildsteps/linux32/configure-depends2
-rwxr-xr-xtools/buildsteps/linux64/configure-depends2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/buildsteps/linux32/configure-depends b/tools/buildsteps/linux32/configure-depends
index 4f34c32e7b..4e143d6992 100755
--- a/tools/buildsteps/linux32/configure-depends
+++ b/tools/buildsteps/linux32/configure-depends
@@ -5,5 +5,5 @@ XBMC_PLATFORM_DIR=linux32
if [ "$(pathChanged $WORKSPACE/tools/depends)" == "1" ]
then
cd $WORKSPACE/tools/depends;./configure \
- --with-toolchain=/usr --prefix=$XBMC_DEPENDS_ROOT --host=i686-linux-gnu
+ --with-toolchain=/usr --prefix=$XBMC_DEPENDS_ROOT --host=i686-linux-gnu --with-tarballs=$TARBALLS
fi
diff --git a/tools/buildsteps/linux64/configure-depends b/tools/buildsteps/linux64/configure-depends
index 1460e3c630..44edac1431 100755
--- a/tools/buildsteps/linux64/configure-depends
+++ b/tools/buildsteps/linux64/configure-depends
@@ -5,5 +5,5 @@ XBMC_PLATFORM_DIR=linux64
if [ "$(pathChanged $WORKSPACE/tools/depends)" == "1" ]
then
cd $WORKSPACE/tools/depends;./configure \
- --with-toolchain=/usr --prefix=$XBMC_DEPENDS_ROOT --host=x86_64-linux-gnu
+ --with-toolchain=/usr --prefix=$XBMC_DEPENDS_ROOT --host=x86_64-linux-gnu --with-tarballs=$TARBALLS
fi