From b7a556f54f8203f1752a0bcbe3212a87bf3df5be Mon Sep 17 00:00:00 2001 From: Dave Woodfall Date: Tue, 13 Apr 2021 22:45:02 +0000 Subject: audio/nas: Force single make job. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- audio/nas/README | 2 +- audio/nas/nas.SlackBuild | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'audio') diff --git a/audio/nas/README b/audio/nas/README index 4bf7d8cbf0..8fe2275e3d 100644 --- a/audio/nas/README +++ b/audio/nas/README @@ -2,7 +2,7 @@ The Network Audio System is a network transparent, client/server audio transport system. It can be described as the audio equivalent of an X server. -Note that some applications will likely need recompiling for nas +Note that some applications will likely need recompiling for nas support - mplayer for one. See the /etc/nas/nasd.conf.eg for an example config. diff --git a/audio/nas/nas.SlackBuild b/audio/nas/nas.SlackBuild index 1c99a3f482..f4f0e1ef4a 100644 --- a/audio/nas/nas.SlackBuild +++ b/audio/nas/nas.SlackBuild @@ -82,7 +82,8 @@ CXXFLAGS="$SLKCFLAGS" \ --build=$ARCH-slackware-linux cd .. -make CFLAGS="$SLKCFLAGS" World +# Multiple jobs fails +make -j1 World make install.man install DESTDIR=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ -- cgit v1.2.3-80-g2a13