diff options
author | Simon Gloßner <viper@hometux.de> | 2008-05-12 21:49:20 +0200 |
---|---|---|
committer | Simon Gloßner <viper@hometux.de> | 2008-05-12 22:37:59 +0200 |
commit | 77e520ec6b897c0325240d32da520cd826657ce8 (patch) | |
tree | 835a415b41a3fbcb7e48b28194f00e68eac3ba3f /libpth/Pkgfile | |
parent | 121f32a3dad5b1a0389e2440247e2e208a211eae (diff) | |
download | opt-77e520ec6b897c0325240d32da520cd826657ce8.tar.gz opt-77e520ec6b897c0325240d32da520cd826657ce8.tar.xz |
libpth: requires -j1
Diffstat (limited to 'libpth/Pkgfile')
-rw-r--r-- | libpth/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpth/Pkgfile b/libpth/Pkgfile index 6378d896c..8987072a2 100644 --- a/libpth/Pkgfile +++ b/libpth/Pkgfile @@ -13,5 +13,5 @@ build() { ./configure --prefix=/usr make -j1 - make DESTDIR=$PKG install + make -j1 DESTDIR=$PKG install } |