This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=bc7d96404a4d2edfe48a0522e50b179ab3c2a4e3

commit bc7d96404a4d2edfe48a0522e50b179ab3c2a4e3
Author: Guillem Jover <[email protected]>
AuthorDate: Sat Oct 11 16:59:12 2025 +0200

    Dpkg::BuildInfo: Allow LFLAGS (lex/flex) and YFLAGS (yacc/bison) variables
    
    These affect the build options for these tools.
---
 scripts/Dpkg/BuildInfo.pm  | 2 ++
 scripts/t/Dpkg_BuildInfo.t | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/scripts/Dpkg/BuildInfo.pm b/scripts/Dpkg/BuildInfo.pm
index 25a3e3c06..abab6e8aa 100644
--- a/scripts/Dpkg/BuildInfo.pm
+++ b/scripts/Dpkg/BuildInfo.pm
@@ -88,6 +88,8 @@ my @env_allowed = (
         LDFLAGS
         LDFLAGS_FOR_BUILD
         ARFLAGS
+        LFLAGS
+        YFLAGS
         MAKEFLAGS
         GNUMAKEFLAGS
     ),
diff --git a/scripts/t/Dpkg_BuildInfo.t b/scripts/t/Dpkg_BuildInfo.t
index 8f0c7a211..8ba46b13d 100644
--- a/scripts/t/Dpkg_BuildInfo.t
+++ b/scripts/t/Dpkg_BuildInfo.t
@@ -19,5 +19,5 @@ use Test::More tests => 2;
 
 use ok 'Dpkg::BuildInfo';
 
-is(scalar Dpkg::BuildInfo::get_build_env_allowed(), 61,
+is(scalar Dpkg::BuildInfo::get_build_env_allowed(), 63,
     'allowed environment variables array');

-- 
Dpkg.Org's dpkg

Reply via email to