blob: 838400f07a84d5b1bf7ee417da092be2272039e3 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001Use the version of orcc in the sysroot not the one from the host
2
3Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
4Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
5
6Upstream-Status: Inappropriate [configuration]
7
Brad Bishop316dfdd2018-06-25 12:45:53 -04008Index: schroedinger-1.0.11/configure.ac
Patrick Williamsb48b7b42016-08-17 15:04:38 -05009===================================================================
Brad Bishop316dfdd2018-06-25 12:45:53 -040010--- schroedinger-1.0.11.orig/configure.ac
11+++ schroedinger-1.0.11/configure.ac
Patrick Williamsb48b7b42016-08-17 15:04:38 -050012@@ -54,7 +54,7 @@ if test "x${HAVE_ORC}" != xyes ; then
13 AC_ERROR([orc-0.4 >= $ORC_VER is required])
14 fi
15 SCHRO_PKG_DEPS="$SCHRO_PKG_DEPS orc-0.4 >= $ORC_VER"
16-ORCC=`$PKG_CONFIG --variable=orcc orc-0.4`
17+ORCC=$STAGING_DIR`$PKG_CONFIG --variable=orcc orc-0.4`
18 AC_SUBST(ORCC)
Brad Bishop316dfdd2018-06-25 12:45:53 -040019 AM_CONDITIONAL(HAVE_ORCC, test "x$cross_compiling" != xyes)
Patrick Williamsb48b7b42016-08-17 15:04:38 -050020