summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-06-12 20:13:11 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-06-12 20:13:11 +0000
commitd5a9c4057635b8a054966feabae51e0e0eae59a7 (patch)
treeca63f08943196aad8027c5ff08a23e4be34fed66
parent2075d9613e3aceea77d5570fd5acc506f2551f6b (diff)
2.X-ify noderun, part four
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12685 d708f5d6-7413-0410-9779-e7cbd77b26cf
-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