Skip to content

Commit

Permalink
node: rebuilt with system-icu
Browse files Browse the repository at this point in the history
  • Loading branch information
conraid committed May 1, 2015
1 parent 3408e63 commit a09bf48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions node/node.SlackBuild
Expand Up @@ -39,7 +39,7 @@ PRGNAME=${PRGNAME:-node}
PKGNAME=$(echo ${PRGNAME} | tr A-Z a-z)
VERSION=${VERSION:-v0.12.2}
PKGVERSION=${VERSION//-/_}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-cf}
TMP=${TMP:-/tmp/pkg}
PKG=${TMP}/package-${PKGNAME}
Expand Down Expand Up @@ -107,7 +107,8 @@ CXXFLAGS="${SLKCFLAGS}" \
--prefix=/usr \
--shared-openssl \
--shared-zlib \
--shared-libuv
--shared-libuv \
--with-intl=system-icu

# Build and install:
make CFLAGS="${SLKCFLAGS}" CXXFLAGS="${SLKCFLAGS}" LDFLAGS="${SLKLDFLAGS}"
Expand Down
4 changes: 2 additions & 2 deletions node/node.info
Expand Up @@ -4,5 +4,5 @@ HOMEPAGE="http://nodejs.org/"
DOWNLOAD="http://nodejs.org/dist/v0.12.2/node-v0.12.2.tar.gz"
FILENAME="node-v0.12.2.tar.gz"
REQUIRES="libuv"
MD5SUM="70461da8b94c6ca5d2fda3260c5a8c3b"
SHASUM="994bc667720c21257500e29038c1a5f61e25da1e"
MD5SUM="b7f4a9f2e361a7026789a7d6c45a6d30"
SHASUM="a969f17a0a6c9238584f8946d96e8d39be8eb957"

0 comments on commit a09bf48

Please sign in to comment.