mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-04 19:31:56 +00:00
[mod_v8] Use upstream libnode-dev instead of custom libv8-6.1-dev on Linux. Enable for ARM64 and armhf. (#3052)
This commit is contained in:
Vendored
-2
@@ -51,10 +51,8 @@ avoid_mods=(
|
||||
xml_int/mod_xml_ldap
|
||||
)
|
||||
avoid_mods_armhf=(
|
||||
languages/mod_v8
|
||||
)
|
||||
avoid_mods_arm64=(
|
||||
languages/mod_v8
|
||||
)
|
||||
avoid_mods_sid=(
|
||||
directories/mod_ldap
|
||||
|
||||
Vendored
+1
-1
@@ -540,7 +540,7 @@ Build-Depends-Trixie: python3-dev, python3-setuptools
|
||||
Module: languages/mod_v8
|
||||
Description: mod_v8
|
||||
Adds mod_v8.
|
||||
Build-Depends: git, libv8-6.1-dev
|
||||
Build-Depends: libnode-dev
|
||||
|
||||
## mod/loggers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user