summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/linux_packaging/noderun2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linux_packaging/noderun b/tools/linux_packaging/noderun
index bbb8a6fd38..3519c516a8 100644
--- a/tools/linux_packaging/noderun
+++ b/tools/linux_packaging/noderun
@@ -13,7 +13,7 @@ NPROCS=`grep -c processor /proc/cpuinfo`
cd $BASE || exit 1
svn update || exit 1
-scons --config=force -j$NPROCS || exit 1
+scons SYSLIBS=1 --config=force -j$NPROCS || exit 1
cd tools/linux_packaging || exit 1
./build --public --strip some || exit 1
./package --public --singlearch || exit 1