diff options
Diffstat (limited to 'meta-multimedia/recipes-mediacenter/kodi/kodi-17/0003-configure-don-t-try-to-run-stuff-to-find-tinyxml.patch')
| -rw-r--r-- | meta-multimedia/recipes-mediacenter/kodi/kodi-17/0003-configure-don-t-try-to-run-stuff-to-find-tinyxml.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-multimedia/recipes-mediacenter/kodi/kodi-17/0003-configure-don-t-try-to-run-stuff-to-find-tinyxml.patch b/meta-multimedia/recipes-mediacenter/kodi/kodi-17/0003-configure-don-t-try-to-run-stuff-to-find-tinyxml.patch deleted file mode 100644 index 49217a4f7b..0000000000 --- a/meta-multimedia/recipes-mediacenter/kodi/kodi-17/0003-configure-don-t-try-to-run-stuff-to-find-tinyxml.patch +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | From a91a3ba229dc5903935f7dd98dd03bbb4fe5ac1f Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Koen Kooi <koen@dominion.thruhere.net> | ||
| 3 | Date: Sat, 6 Feb 2016 15:43:01 +0100 | ||
| 4 | Subject: [PATCH 03/10] configure: don't try to run stuff to find tinyxml | ||
| 5 | |||
| 6 | --- | ||
| 7 | configure.ac | 2 +- | ||
| 8 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 9 | |||
| 10 | diff --git a/configure.ac b/configure.ac | ||
| 11 | index 34fe643..3132dc1 100644 | ||
| 12 | --- a/configure.ac | ||
| 13 | +++ b/configure.ac | ||
| 14 | @@ -1043,7 +1043,7 @@ fi | ||
| 15 | AC_LANG_PUSH([C++]) | ||
| 16 | PKG_CHECK_MODULES([TINYXML], [tinyxml >= 2.6.2], | ||
| 17 | [INCLUDES="$INCLUDES $TINYXML_CFLAGS"; LIBS="$LIBS $TINYXML_LIBS"], | ||
| 18 | - [AC_RUN_IFELSE( | ||
| 19 | + [AC_COMPILE_IFELSE( | ||
| 20 | [AC_LANG_SOURCE([[ | ||
| 21 | #include <stdlib.h> | ||
| 22 | #include <tinyxml.h> | ||
| 23 | -- | ||
| 24 | 2.10.2 | ||
| 25 | |||
