summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-06-27 12:46:21 -0300
committerRenato Botelho <renato@netgate.com>2016-06-27 12:46:21 -0300
commitb906e9c27bf1f19d4e73aebb67b0d54f9cb7eeab (patch)
treef66cea8833d33464ebd000d5d773bacce3da08b1 /tools
parentde0e9130698b27202be97a3d7b209053d8c1fc40 (diff)
downloadpfsense-b906e9c27bf1f19d4e73aebb67b0d54f9cb7eeab.zip
pfsense-b906e9c27bf1f19d4e73aebb67b0d54f9cb7eeab.tar.gz
Add src-env.conf to environment
Diffstat (limited to 'tools')
-rw-r--r--tools/builder_defaults.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/builder_defaults.sh b/tools/builder_defaults.sh
index 54ac2ba..b219066 100644
--- a/tools/builder_defaults.sh
+++ b/tools/builder_defaults.sh
@@ -160,6 +160,7 @@ esac
# Leave this alone.
export SRC_CONF=${SRC_CONF:-"${FREEBSD_SRC_DIR}/release/conf/${PRODUCT_NAME}_src.conf"}
+export SRC_ENV_CONF=${SRC_CONF:-"${FREEBSD_SRC_DIR}/release/conf/${PRODUCT_NAME}_src-env.conf"}
export MAKE_CONF=${MAKE_CONF:-"${FREEBSD_SRC_DIR}/release/conf/${PRODUCT_NAME}_make.conf"}
# Extra tools to be added to ITOOLS
OpenPOWER on IntegriCloud