libraries/pulseaudio: Fixed to use -j1.
Unusually, the problem was with make install-strip. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
54a37bb486
commit
0079131066
|
@ -87,7 +87,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--with-access-group=audio \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
make -j1
|
||||
make install-strip DESTDIR=$PKG
|
||||
|
||||
mv $PKG/etc/pulse/client.conf $PKG/etc/pulse/client.conf.new
|
||||
|
|
Loading…
Reference in New Issue