diff options
author | Danny Rawlins <romster@shortcircuit.net.au> | 2007-04-07 19:48:24 +1000 |
---|---|---|
committer | Danny Rawlins <romster@shortcircuit.net.au> | 2007-04-09 01:37:21 +1000 |
commit | edf20067c8919b7a8563dcfc6af64ff745352610 (patch) | |
tree | befcfa895adaefa2fe8c999e281c8b3162b78ac8 /speex/Pkgfile | |
parent | dd1d454f800f06cb45da5dc761efc710c14fd932 (diff) | |
download | contrib-edf20067c8919b7a8563dcfc6af64ff745352610.tar.gz contrib-edf20067c8919b7a8563dcfc6af64ff745352610.tar.xz |
speex: force 1 make job else it fails to compile
Diffstat (limited to 'speex/Pkgfile')
-rw-r--r-- | speex/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/speex/Pkgfile b/speex/Pkgfile index d53902e32..9b93dd79b 100644 --- a/speex/Pkgfile +++ b/speex/Pkgfile @@ -18,7 +18,7 @@ build() { --disable-oggtest \ --enable-epic-48k - make CFLAGS="$CFLAGS" + make -j1 CFLAGS="$CFLAGS" make prefix=$PKG/usr install mv $PKG/usr/share/man $PKG/usr/ # Makefile ignores --mandir (1.2beta1) rm -r $PKG/usr/share/doc |