From 0a0e66a784d4831c4139bf646b5329bff54465d7 Mon Sep 17 00:00:00 2001 From: Levente Polyak Date: Mon, 21 Jun 2021 20:46:16 +0200 Subject: feat: support exposing buildtool to aid reproducible builds configs This helps to map the correct build tool configs that are required to reproduce a specific package and have the appropriate *FLAGS etc. --- lib/common.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib') diff --git a/lib/common.sh b/lib/common.sh index fce52f6..12604d8 100644 --- a/lib/common.sh +++ b/lib/common.sh @@ -14,6 +14,10 @@ $_INCLUDE_COMMON_SH # Avoid any encoding problems export LANG=C +# Set buildtool properties +export BUILDTOOL=devtools +export BUILDTOOLVER=m4_devtools_version + shopt -s extglob # check if messages are to be printed using color -- cgit v1.2.3-54-g00ecf