wok diff node/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents c3c55061e3e4
children 6699ed4b2a99
line diff
     1.1 --- a/node/receipt	Wed Apr 09 15:29:02 2014 +0200
     1.2 +++ b/node/receipt	Tue Jan 27 16:55:03 2015 +0100
     1.3 @@ -9,6 +9,7 @@
     1.4  TARBALL="$PACKAGE-v$VERSION.tar.gz"
     1.5  WEB_SITE="http://nodejs.org/"
     1.6  WGET_URL="http://nodejs.org/dist/v$VERSION/$TARBALL"
     1.7 +#HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="python libssl"
    1.10  BUILD_DEPENDS="python-dev openssl-dev"
    1.11 @@ -16,7 +17,7 @@
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	cd $src
    1.16 +	#patch -p0 < ${stuff}/SConstruct.patch || return 1
    1.17  	./configure --prefix=/usr &&
    1.18  	make && make install
    1.19  }