wok rev 8383
Fix: compile tightvnc with -j1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Feb 04 05:30:52 2011 +0000 (2011-02-04) |
parents | b5a65b0eef90 |
children | 93d0091756cf |
files | tightvnc/receipt |
line diff
1.1 --- a/tightvnc/receipt Fri Feb 04 04:16:32 2011 +0000 1.2 +++ b/tightvnc/receipt Fri Feb 04 05:30:52 2011 +0000 1.3 @@ -12,7 +12,7 @@ 1.4 BUILD_DEPENDS="xorg-imake xorg-gccmakedep xorg-cf-files xorg-libXp \ 1.5 xorg-libXaw-dev xorg-libXt-dev xorg-xproto xorg-libXau-dev xorg-libXdmcp-dev \ 1.6 xorg-libXmu-dev xorg-xextproto xorg-printproto xorg-kbproto xorg-inputproto \ 1.7 -xorg-scrnsaverproto" 1.8 +xorg-scrnsaverproto xorg-xauth" 1.9 TAGS="remote-desktop" 1.10 1.11 # Rules to configure and make the package. 1.12 @@ -21,14 +21,16 @@ 1.13 [ -d vnc_unixsrc ] && mv vnc_unixsrc $src 1.14 cd $src 1.15 xmkmf && 1.16 - make World && 1.17 + make -j1 World && 1.18 cd Xvnc && 1.19 ./configure --prefix=/usr $CONFIGURE_ARGS || return 1 1.20 + sed 's|PROTO_DEFINES =|PROTO_DEFINES = -D_XOPEN_SOURCE=500L|' \ 1.21 + -i programs/Xserver/os/Makefile lib/font/fc/Makefile || return 1 1.22 find -name Makefile | xargs sed -i 's|/usr/X11R6/bin|/usr/bin|g' 1.23 - make && 1.24 - make DESTDIR=$PWD/../_pkg install 1.25 + make -j1 && 1.26 + make -j1 DESTDIR=$PWD/../_pkg install 1.27 cd .. && 1.28 - make DESTDIR=$PWD/_pkg install 1.29 + make -j1 DESTDIR=$PWD/_pkg install 1.30 } 1.31 1.32 # Rules to gen a SliTaz package suitable for Tazpkg.