From 958b46096575ef3dbab8c12cdcaf88ce5874b48a Mon Sep 17 00:00:00 2001 From: Juergen Buchmueller Date: Wed, 26 Oct 2016 07:24:00 +0200 Subject: [PATCH] common/xbps-src/shutils/common.sh XBPS_GCC_VER... Export the environment variables XBPS_GCC_VERSION* --- common/xbps-src/shutils/common.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/xbps-src/shutils/common.sh b/common/xbps-src/shutils/common.sh index 735663eae6e..fd1049069b9 100644 --- a/common/xbps-src/shutils/common.sh +++ b/common/xbps-src/shutils/common.sh @@ -263,6 +263,9 @@ setup_pkg() { export XBPS_INSTALL_XCMD XBPS_QUERY_XCMD XBPS_RECONFIGURE_XCMD \ XBPS_REMOVE_XCMD XBPS_RINDEX_XCMD XBPS_UHELPER_XCMD + export XBPS_GCC_VERSION_MAJOR XBPS_GCC_VERSION_MINOR XBPS_GCC_VERSION_BUILD \ + XBPS_GCC_VERSION + # Source all sourcepkg environment setup snippets. # Source all subpkg environment setup snippets. for f in ${XBPS_COMMONDIR}/environment/setup-subpkg/*.sh; do