nginx-current: remove luajit-dev
no lua module
This commit is contained in:
parent
0b82aee7ae
commit
109ffacd07
1 changed files with 0 additions and 3 deletions
|
@ -13,7 +13,6 @@ makedepends="
|
|||
libxml2-dev
|
||||
libxslt-dev
|
||||
linux-headers
|
||||
luajit-dev
|
||||
openssl3-dev
|
||||
pcre2-dev
|
||||
perl-dev
|
||||
|
@ -129,8 +128,6 @@ _add_module "rtmp" "v1.2.2" "https://github.com/arut/nginx-rtmp-module"
|
|||
_rtmp_provides="nginx-rtmp" # for backward compatibility
|
||||
|
||||
build() {
|
||||
export LUAJIT_LIB="$(pkg-config --variable=libdir luajit)"
|
||||
export LUAJIT_INC="$(pkg-config --variable=includedir luajit)"
|
||||
./configure \
|
||||
--prefix=/var/lib/nginx \
|
||||
--sbin-path=/usr/sbin/nginx \
|
||||
|
|
Loading…
Reference in a new issue