aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/apenwarr-redo/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/apenwarr-redo/APKBUILD b/community/apenwarr-redo/APKBUILD
index eaac0e6597..d4e7096767 100644
--- a/community/apenwarr-redo/APKBUILD
+++ b/community/apenwarr-redo/APKBUILD
@@ -23,7 +23,7 @@ build() {
check() {
# Causes issues with the test suite
- unset CC CPPFLAGS CFLAGS CXXFLAGS LDFLAGS
+ unset CC CPPFLAGS CFLAGS CXX CXXFLAGS LDFLAGS
./do test
}