2.X-ify noderun, part four
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 12 Jun 2012 20:13:11 +0000 (20:13 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 12 Jun 2012 20:13:11 +0000 (20:13 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12685 d708f5d6-7413-0410-9779-e7cbd77b26cf

tools/linux_packaging/noderun

index bbb8a6fd3876f2130a5c8ecf0ac7e9b0f017f413..3519c516a833dcc1e57a28a267a3e291b93429bd 100644 (file)
@@ -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