]> git.pld-linux.org Git - packages/jack-audio-connection-kit.git/commitdiff
- use waf -j1 to avoid hangs on x86_64
authorMarcin Krol <hawk@tld-linux.org>
Mon, 1 Apr 2013 19:09:23 +0000 (19:09 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Mon, 1 Apr 2013 19:09:23 +0000 (19:09 +0000)
jack-audio-connection-kit.spec

index 3bdcb474e1ced84181503aaf1f6b3f9053a087f0..0e825743690d00d691142fa4138ed6bbb912a341 100644 (file)
@@ -175,7 +175,7 @@ export CXXFLAGS="%{rpmcxxflags} -I/usr/include/ncurses"
 export CPPFLAGS="%{rpmcxxflags} -I/usr/include/ncurses"
 export LINKFLAGS="%{rpmldflags}"
 
-./waf configure \
+./waf configure -j1 \
        -v \
        %{?debug:--debug} \
        --prefix=%{_prefix} \
This page took 0.122092 seconds and 4 git commands to generate.