From 0874c8f50bcfd7d6bc78450dff7b4a490c41ccb8 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 2 May 2017 08:52:36 -0300 Subject: Use libcrypto and includes from MAKEOBJDIRPREFIX instead of the builder objects --- tools/builder_common.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tools/builder_common.sh') diff --git a/tools/builder_common.sh b/tools/builder_common.sh index 44c46c0..6c89cd1 100644 --- a/tools/builder_common.sh +++ b/tools/builder_common.sh @@ -263,7 +263,11 @@ make_world() { if [ "${PRODUCT_NAME}" = "pfSense" -a -n "${GNID_REPO_BASE}" ]; then echo ">>> Building gnid... " | tee -a ${LOGFILE} - (cd ${GNID_SRC_DIR} && make clean gnid) || print_error_pfS + (\ + cd ${GNID_SRC_DIR} && \ + make INCLUDE_DIR=${GNID_INCLUDE_DIR} \ + LIBCRYPTO_DIR=${GNID_LIBCRYPTO_DIR} clean gnid \ + ) || print_error_pfS install -o root -g wheel -m 0700 ${GNID_SRC_DIR}/gnid \ ${STAGE_CHROOT_DIR}/usr/sbin \ || print_error_pfS -- cgit v1.1