[arch-commits] Commit in nodejs/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Fri Mar 17 09:35:42 UTC 2017


    Date: Friday, March 17, 2017 @ 09:35:41
  Author: jelle
Revision: 216927

upgpkg: nodejs 7.7.3-2

openssl 1.1.0 rebuild, use openssl-1.0 since 1.1 is incompatible

Modified:
  nodejs/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-17 09:31:42 UTC (rev 216926)
+++ PKGBUILD	2017-03-17 09:35:41 UTC (rev 216927)
@@ -10,12 +10,12 @@
 
 pkgname=nodejs
 pkgver=7.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
 url='http://nodejs.org/'
 license=('MIT')
-depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares') # 'v8')
+depends=('openssl-1.0' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares') # 'v8')
 makedepends=('python2' 'procps-ng' 'git')
 optdepends=('npm: nodejs package manager')
 source=("nodejs::git+https://github.com/nodejs/node.git#tag=v$pkgver")
@@ -38,6 +38,7 @@
 build() {
   cd nodejs
 
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
   export PYTHON=python2
   ./configure \
     --prefix=/usr \



More information about the arch-commits mailing list