From 67c6e502a2c54d8806ae437d73981dd2fc646b44 Mon Sep 17 00:00:00 2001 From: Amin Ben Romdhane Date: Wed, 11 Jun 2025 13:41:52 +0200 Subject: [PATCH] Pipeline: Fix parental-control compilation --- tools/tools_input.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tools_input.json b/tools/tools_input.json index a904f357..c9df61fa 100644 --- a/tools/tools_input.json +++ b/tools/tools_input.json @@ -296,7 +296,7 @@ "compile": [ "apt install libnetfilter-queue-dev -y", "make clean", - "make" + "make CFLAGS+='-DBBF_VENDOR_PREFI=\\\"X_IOWRT_EU_\\\" -DPARENTAL_CONTROL_ULRFILTER'" ], "post_install": [ "cp -f urlfilter /usr/sbin/",