diff options
author | Juergen Daubert <jue@jue.li> | 2012-01-28 17:51:01 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2012-01-28 17:51:01 +0100 |
commit | 8809ce120f68c91a46a9158697f8903c556a5b53 (patch) | |
tree | af508bdcf87738114c73cb9d5ca110606226cea1 /mailx/Pkgfile | |
parent | 4d71e56d337bbcb87d6234cee81070ca81843a3d (diff) | |
download | opt-8809ce120f68c91a46a9158697f8903c556a5b53.tar.gz opt-8809ce120f68c91a46a9158697f8903c556a5b53.tar.xz |
mailx: added -j1 to fix occasional build errors
Diffstat (limited to 'mailx/Pkgfile')
-rw-r--r-- | mailx/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailx/Pkgfile b/mailx/Pkgfile index 410f04051..e6c9dee88 100644 --- a/mailx/Pkgfile +++ b/mailx/Pkgfile @@ -13,7 +13,7 @@ build() { sed -i 's|/etc/nail.rc|/usr/etc/mailx.rc|' mailx.1 - make install \ + make -j1 install \ PREFIX=/usr \ SYSCONFDIR=/usr/etc \ MAILRC=/usr/etc/mailx.rc \ |