mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/nodejs => move back to system openssl
See https://github.com/archlinuxarm/PKGBUILDs/issues/242 and specifically https://github.com/archlinuxarm/PKGBUILDs/issues/242#issuecomment-8426407 export OPENSSL_armcap=X where X=5|6 based on march, skip for 7.
This commit is contained in:
parent
6ca0f89f3f
commit
9988246388
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=nodejs
|
||||
pkgver=0.8.8
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
arch=('i686' 'x86_64' 'arm')
|
||||
url='http://nodejs.org/'
|
||||
|
@ -44,6 +44,7 @@ fi
|
|||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--shared-openssl \
|
||||
--shared-v8 \
|
||||
--shared-v8-libpath=/usr/lib \
|
||||
--shared-v8-includes=/usr/include \
|
||||
|
|
Loading…
Reference in a new issue