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=57d9c13c3cb41c78cc940a919986dd3961e342c5

commit 57d9c13c3cb41c78cc940a919986dd3961e342c5
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Tue Aug 24 11:14:43 2021 +0200

    scripts/mk: Pass DEB_BUILD_PATH to dpkg-buildflags
    
    We are using that envvar from within the dpkg-buildflags Vendor code,
    so we need to make sure it is set.
    
    Ref: #985553
---
 scripts/mk/buildflags.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/mk/buildflags.mk b/scripts/mk/buildflags.mk
index ac7ad0211..9c2a27169 100644
--- a/scripts/mk/buildflags.mk
+++ b/scripts/mk/buildflags.mk
@@ -31,6 +31,7 @@ endef
 
 $(eval $(call dpkg_buildflags_export_envvar,DEB_BUILD_OPTIONS))
 $(eval $(call dpkg_buildflags_export_envvar,DEB_BUILD_MAINT_OPTIONS))
+$(eval $(call dpkg_buildflags_export_envvar,DEB_BUILD_PATH))
 $(foreach flag,$(DPKG_BUILDFLAGS_LIST),\
   $(foreach operation,SET STRIP APPEND PREPEND,\
     $(eval $(call 
dpkg_buildflags_export_envvar,DEB_$(flag)_MAINT_$(operation)))))

-- 
Dpkg.Org's dpkg

Reply via email to