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:
WarheadsSE 2012-09-10 12:27:50 -03:00
parent 6ca0f89f3f
commit 9988246388

View file

@ -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 \