mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/nodejs: use shared openssl
This commit is contained in:
parent
36d5651d6d
commit
183167de86
1 changed files with 2 additions and 2 deletions
|
@ -85,11 +85,11 @@ build() {
|
|||
./configure \
|
||||
--prefix=/usr \
|
||||
--without-snapshot \
|
||||
--with-arm-float-abi=$EABI
|
||||
--with-arm-float-abi=$EABI \
|
||||
--shared-openssl
|
||||
# --shared-v8 \
|
||||
# --shared-v8-libpath=/usr/lib \
|
||||
# --shared-v8-includes=/usr/include
|
||||
# --shared-openssl \
|
||||
|
||||
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue