From 4e3142e3c64a107f0b3c4095355320dc103ce796 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sat, 22 Feb 2014 23:16:34 +0200 Subject: [PATCH] config/path: source config/functions early $(kernel_path) should be available to PKG_CONFIGURE_OPTS_* now --- config/path | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/path b/config/path index 95c5b37b31..c6f28aca0b 100644 --- a/config/path +++ b/config/path @@ -1,5 +1,7 @@ set -e +. config/functions + # setup initial directorys (relative to root) CONFIG=config SCRIPTS=scripts @@ -153,7 +155,6 @@ if [ -z "$LD_LIBRARY_PATH" -o "$LD_LIBRARY_PATH" = "${LD_LIBRARY_PATH#$ROOT/$TOO fi VERSION_SUFFIX=$TARGET_ARCH -. config/functions check_path check_config