summaryrefslogtreecommitdiff
path: root/apache
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2020-10-19 12:45:46 +0000
committerJuergen Daubert <jue@jue.li>2020-10-19 12:45:46 +0000
commitd771781c266c12b73d1f6973f41b5632a95758e1 (patch)
tree351514ea135df1441c2b7d720519099f8f250c35 /apache
parente1e0ae9263d6eb59e31468e4ad7eb94e670c6777 (diff)
downloadopt-d771781c266c12b73d1f6973f41b5632a95758e1.tar.gz
opt-d771781c266c12b73d1f6973f41b5632a95758e1.tar.xz
apache: explicit disable lua
Diffstat (limited to 'apache')
-rw-r--r--apache/.signature4
-rw-r--r--apache/Pkgfile3
2 files changed, 4 insertions, 3 deletions
diff --git a/apache/.signature b/apache/.signature
index d3ddc7c80..56fb935af 100644
--- a/apache/.signature
+++ b/apache/.signature
@@ -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
diff --git a/apache/Pkgfile b/apache/Pkgfile
index fe85c9410..4b4878f7b 100644
--- a/apache/Pkgfile
+++ b/apache/Pkgfile
@@ -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

Generated by cgit