wok diff node/receipt @ rev 20135

linux64: update modules64.list
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 28 23:19:52 2017 +0200 (2017-10-28)
parents 15f4b343711a
children 3705d68ed8f3
line diff
     1.1 --- a/node/receipt	Wed Dec 28 13:05:40 2016 +0100
     1.2 +++ b/node/receipt	Sat Oct 28 23:19:52 2017 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="node"
     1.7 -VERSION="0.12.18"
     1.8 +VERSION="6.9.2"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Node.js is a platform for easily building network applications."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -11,12 +11,15 @@
    1.13  WGET_URL="http://nodejs.org/dist/v$VERSION/$TARBALL"
    1.14  #HOST_ARCH="i486 arm"
    1.15  
    1.16 -DEPENDS="python libssl"
    1.17 -BUILD_DEPENDS="python-dev openssl-dev"
    1.18 +DEPENDS="python libssl gcc49-lib-base"
    1.19 +BUILD_DEPENDS="python-dev openssl-dev gcc49"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 +	export LD_LIBRARY_PATH="/usr/libgcc49:$LD_LIBRARY_PATH"
    1.25 +	export CXX=/usr/bin/i486-slitaz-linux-g++-49
    1.26 +	export CC=/usr/bin/i486-slitaz-linux-gcc-49
    1.27  	./configure --prefix=/usr &&
    1.28  	make && make install
    1.29  }