mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/nodejs 0.8.18-2
This commit is contained in:
parent
d20e686112
commit
d06a24d4d9
1 changed files with 7 additions and 7 deletions
|
@ -8,13 +8,13 @@
|
|||
|
||||
pkgname=nodejs
|
||||
pkgver=0.8.18
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
arch=('i686' 'x86_64' 'arm')
|
||||
url='http://nodejs.org/'
|
||||
license=('MIT')
|
||||
makedepends=('v8' 'python2')
|
||||
depends=('python2' 'v8')
|
||||
makedepends=('python2')
|
||||
depends=('python2')
|
||||
checkdepends=('curl') # curl used for check()
|
||||
optdepends=('openssl: TLS support')
|
||||
options=('!emptydirs !strip')
|
||||
|
@ -69,10 +69,10 @@ fi
|
|||
./configure \
|
||||
--prefix=/usr \
|
||||
--without-snapshot \
|
||||
--with-arm-float-abi=$EABI \
|
||||
--shared-v8 \
|
||||
--shared-v8-libpath=/usr/lib \
|
||||
--shared-v8-includes=/usr/include
|
||||
--with-arm-float-abi=$EABI
|
||||
# --shared-v8 \
|
||||
# --shared-v8-libpath=/usr/lib \
|
||||
# --shared-v8-includes=/usr/include
|
||||
# --shared-openssl \
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue