apache: explicit disable lua

This commit is contained in:
Juergen Daubert 2020-10-19 12:45:46 +00:00
parent e1e0ae9263
commit d771781c26
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/R/hsN/SXKm4dm9oZei0XCagQL6nmZUZOgiyLx8ua2t1WuKRwqvCpuzygrt0FClAJ3r2WHjjoiDwpvKXlXOMFQk=
SHA256 (Pkgfile) = 5f4fa3bca1ee8c32b8966492ee6d1ca7b95aea121e2a7fd3685d834857b834d0
RWSE3ohX2g5d/efSZnxWFeH2M2lkiYYR626D6QFTo3tY+dtgi7cIjky4Nm/TVVageqCQRWXCSCvkj6UYUPtTydDVAjwYGg+i8wg=
SHA256 (Pkgfile) = 1a148bfb52931edafbef0b893b3cbbc14736440c659130813eab1c789fa04d23
SHA256 (.footprint) = 5e67d75802efcd4097db6c95f25e70dfa4b740e7e437404376fdd65c9a010bb5
SHA256 (httpd-2.4.46.tar.bz2) = 740eddf6e1c641992b22359cabc66e6325868c3c5e2e3f98faf349b61ecf41ea
SHA256 (crux.layout) = cf555f92cdc9a078d9e89035819da1ac0d2e248f0d31637b9e8f48fc8d3f42cf

View File

@ -23,7 +23,8 @@ build(){
--enable-so \
--enable-modules=all \
--enable-mods-shared=all \
--enable-mpms-shared=all
--enable-mpms-shared=all \
--disable-lua
make
make -j1 DESTDIR=$PKG install