From 44c9b1e99f6c2f1057d4ebf5b89fdfebe07f8b82 Mon Sep 17 00:00:00 2001 From: ElevenNotes Date: Wed, 14 Feb 2024 23:20:36 +0100 Subject: [PATCH] enable-filter-aaaa --- build/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/APKBUILD b/build/APKBUILD index c88a41f..fb69913 100644 --- a/build/APKBUILD +++ b/build/APKBUILD @@ -172,7 +172,8 @@ build() { --enable-linux-caps \ --enable-shared \ --disable-static \ - --enable-full-report + --enable-full-report \ + --enable-filter-aaaa make }