summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-05-02 15:12:39 -0300
committerRenato Botelho <renato@netgate.com>2017-05-02 15:12:43 -0300
commit877b284ded32a676f7ab49e7a6b8732bde166386 (patch)
tree847f7c2047d9916bd718ef961bd883fbd8013412
parentaad44c08df495c90654f5a30d865deb8f9fac543 (diff)
downloadpfsense-877b284ded32a676f7ab49e7a6b8732bde166386.zip
pfsense-877b284ded32a676f7ab49e7a6b8732bde166386.tar.gz
Fix include and lib relative paths
-rw-r--r--tools/builder_defaults.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/builder_defaults.sh b/tools/builder_defaults.sh
index 5519153..8ab6b6c 100644
--- a/tools/builder_defaults.sh
+++ b/tools/builder_defaults.sh
@@ -190,8 +190,8 @@ fi
export GNID_REPO_BASE=${GNID_REPO_BASE:-"${GIT_REPO_BASE}/gnid.git"}
export GNID_SRC_DIR=${GNID_SRC_DIR:-"${SCRATCHDIR}/gnid"}
export GNID_BRANCH=${GNID_BRANCH:-"master"}
-export GNID_INCLUDE_DIR=${GNID_INCLUDE_DIR:-"${MAKEOBJDIRPREFIX}/usr/src/tmp/usr/include"}
-export GNID_LIBCRYPTO_DIR=${GNID_LIBCRYPTO_DIR:-"${MAKEOBJDIRPREFIX}/usr/src/secure/lib/libcrypto"}
+export GNID_INCLUDE_DIR=${GNID_INCLUDE_DIR:-"${MAKEOBJDIRPREFIX}/${FREEBSD_SRC_DIR}/tmp/usr/include"}
+export GNID_LIBCRYPTO_DIR=${GNID_LIBCRYPTO_DIR:-"${MAKEOBJDIRPREFIX}/${FREEBSD_SRC_DIR}/secure/lib/libcrypto"}
# Area that the final image will appear in
export IMAGES_FINAL_DIR=${IMAGES_FINAL_DIR:-"${SCRATCHDIR}/${PRODUCT_NAME}/"}
OpenPOWER on IntegriCloud