FS-11396: [mod_v8] Use proper libv8 naming.

This commit is contained in:
Andrey Volk
2018-09-19 21:39:35 +03:00
parent e08f819b5a
commit e77c445c3a
3 changed files with 13 additions and 11 deletions

View File

@@ -650,7 +650,7 @@ Build-Depends: python-dev
Module: languages/mod_v8
Description: mod_v8
Adds mod_v8.
Build-Depends: git, libv8fs-6.1-dev
Build-Depends: git, libv8-6.1-dev
Module: languages/mod_yaml
Description: mod_yaml

3
debian/rules vendored
View File

@@ -75,8 +75,7 @@ override_dh_auto_clean:
--prefix=/usr --localstatedir=/var --sysconfdir=/etc \
--with-gnu-ld --with-python --with-erlang --with-openssl \
--enable-core-odbc-support --enable-zrtp \
--enable-core-pgsql-support \
--enable-static-v8 --disable-parallel-build-v8
--enable-core-pgsql-support
touch $@
override_dh_auto_configure: .stamp-configure