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:39 -0300
commit744978948014b1e068685be5f3270d08f671c480 (patch)
tree057ed13b6fa6bd5d879f4146ca8a228dcc716d88
parent2c30dd7ac0946509687778b300d3bb90c404000f (diff)
downloadpfsense-744978948014b1e068685be5f3270d08f671c480.zip
pfsense-744978948014b1e068685be5f3270d08f671c480.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 0b62913..0fc9912 100644
--- a/tools/builder_defaults.sh
+++ b/tools/builder_defaults.sh
@@ -140,8 +140,8 @@ export MODULES_OVERRIDE=${MODULES_OVERRIDE:-"cryptodev i2c ipmi ndis ipfw ipdive
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