mirror of
https://abf.rosa.ru/djam/firefox-esr68.git
synced 2025-02-24 02:12:55 +00:00
Added support for nodejs
This commit is contained in:
parent
7fd2f5a633
commit
2993f219af
1 changed files with 3 additions and 2 deletions
|
@ -37,7 +37,7 @@ Summary: Next generation web browser
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: %{major}
|
Version: %{major}
|
||||||
Epoch: %{ff_epoch}
|
Epoch: %{ff_epoch}
|
||||||
Release: 1
|
Release: 2
|
||||||
License: MPLv1+
|
License: MPLv1+
|
||||||
Group: Networking/WWW
|
Group: Networking/WWW
|
||||||
Url: http://www.mozilla.com/firefox/
|
Url: http://www.mozilla.com/firefox/
|
||||||
|
@ -98,6 +98,7 @@ BuildRequires: pkgconfig(python)
|
||||||
BuildRequires: pkgconfig(python3)
|
BuildRequires: pkgconfig(python3)
|
||||||
BuildRequires: pkgconfig(libIDL-2.0)
|
BuildRequires: pkgconfig(libIDL-2.0)
|
||||||
BuildRequires: makedepend
|
BuildRequires: makedepend
|
||||||
|
BuildRequires: nodejs
|
||||||
BuildRequires: nss-devel >= 2:3.24
|
BuildRequires: nss-devel >= 2:3.24
|
||||||
BuildRequires: nss-static-devel
|
BuildRequires: nss-static-devel
|
||||||
BuildRequires: pkgconfig(nspr) >= 4.17
|
BuildRequires: pkgconfig(nspr) >= 4.17
|
||||||
|
@ -310,7 +311,7 @@ ac_add_options --with-system-zlib
|
||||||
ac_add_options --with-unsigned-addon-scopes=app
|
ac_add_options --with-unsigned-addon-scopes=app
|
||||||
ac_add_options --without-system-libvpx
|
ac_add_options --without-system-libvpx
|
||||||
#ac_add_options --enable-rust-debug
|
#ac_add_options --enable-rust-debug
|
||||||
ac_add_options --disable-nodejs
|
#ac_add_options --disable-nodejs
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue