aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/iproute2/iproute2/configure-cross.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/iproute2/iproute2/configure-cross.patch')
-rw-r--r--meta/recipes-connectivity/iproute2/iproute2/configure-cross.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2/configure-cross.patch b/meta/recipes-connectivity/iproute2/iproute2/configure-cross.patch
index 10606f3926..866609ca99 100644
--- a/meta/recipes-connectivity/iproute2/iproute2/configure-cross.patch
+++ b/meta/recipes-connectivity/iproute2/iproute2/configure-cross.patch
@@ -18,9 +18,9 @@ Index: iproute2-3.7.0/configure
#
INCLUDE=${1:-"$PWD/include"}
+SYSROOT=$1
- : ${PKG_CONFIG:=pkg-config}
- : ${CC=gcc}
- echo "PKG_CONFIG:=${PKG_CONFIG}" >>Config
+
+ # Make a temp directory in build tree.
+ TMPDIR=$(mktemp -d config.XXXXXX)
@@ -158,7 +159,7 @@ check_ipt_lib_dir()
return
fi