summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Gloßner <viper@hometux.de>2007-05-10 14:39:12 +0200
committerSimon Gloßner <viper@hometux.de>2007-05-10 14:39:12 +0200
commit039649d960307ef794f1056ff10e37c09e7dc43d (patch)
tree167e00cd537315af4b7ba8a51aa8418105bb388b
parent295f9f7a4f3f55a58e0a9a6753b0b225aaa232ae (diff)
downloadopt-039649d960307ef794f1056ff10e37c09e7dc43d.tar.gz
opt-039649d960307ef794f1056ff10e37c09e7dc43d.tar.xz
tightvnc: only one make job possible
-rw-r--r--tightvnc/Pkgfile2
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 ..

Generated by cgit