diff options
author | Simon Gloßner <viper@hometux.de> | 2007-05-10 14:39:12 +0200 |
---|---|---|
committer | Simon Gloßner <viper@hometux.de> | 2007-05-10 14:39:12 +0200 |
commit | 039649d960307ef794f1056ff10e37c09e7dc43d (patch) | |
tree | 167e00cd537315af4b7ba8a51aa8418105bb388b | |
parent | 295f9f7a4f3f55a58e0a9a6753b0b225aaa232ae (diff) | |
download | opt-039649d960307ef794f1056ff10e37c09e7dc43d.tar.gz opt-039649d960307ef794f1056ff10e37c09e7dc43d.tar.xz |
tightvnc: only one make job possible
-rw-r--r-- | tightvnc/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tightvnc/Pkgfile b/tightvnc/Pkgfile index 70819204a..566cd2c14 100644 --- a/tightvnc/Pkgfile +++ b/tightvnc/Pkgfile @@ -21,7 +21,7 @@ build() { cd Xvnc ./configure - make + make -j1 cd .. |