summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2021-02-13 17:31:13 -0500
committerVincent Grande2021-02-13 17:31:13 -0500
commitf03d48a00541bac703a5319d25789bae1079379c (patch)
tree69c7e13e437adc781ae263bd3e23f5495f4f73f8
parentb51e241c1fdf026d321cd73aa33f17776a388bcd (diff)
downloadaur-f03d48a00541bac703a5319d25789bae1079379c.tar.gz
disable tcpwrap
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35ad01f0645d..d62283a3259a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -60,7 +60,8 @@ build() {
-D speex=enabled \
-D valgrind=disabled \
-D adrian-aec=false \
- -D webrtc-aec=disabled
+ -D webrtc-aec=disabled \
+ -D tcpwrap=disabled
meson compile -C build
}