diff options
Diffstat (limited to 'meta/recipes-devtools/diffstat/diffstat/aclocal-popen.patch')
-rw-r--r-- | meta/recipes-devtools/diffstat/diffstat/aclocal-popen.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-devtools/diffstat/diffstat/aclocal-popen.patch b/meta/recipes-devtools/diffstat/diffstat/aclocal-popen.patch deleted file mode 100644 index d95561bc48..0000000000 --- a/meta/recipes-devtools/diffstat/diffstat/aclocal-popen.patch +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | Add a description to the HAVE_POPEN_PROTOTYPE AC_DEFINE so that this define is | ||
2 | included in config.h. | ||
3 | |||
4 | Upstream-Status: Submitted (via email) | ||
5 | Signed-off-by: Ross Burton <ross.burton@intel.com> | ||
6 | |||
7 | |||
8 | diff --git a/aclocal.m4 b/aclocal.m4 | ||
9 | index 3f20573..ec5ca51 100644 | ||
10 | --- a/aclocal.m4 | ||
11 | +++ b/aclocal.m4 | ||
12 | @@ -931,7 +931,7 @@ ac_cv_td_popen=no, | ||
13 | ac_cv_td_popen=yes)) | ||
14 | AC_MSG_RESULT($ac_cv_td_popen) | ||
15 | if test $ac_cv_td_popen = yes; then | ||
16 | - AC_DEFINE(HAVE_POPEN_PROTOTYPE) | ||
17 | + AC_DEFINE(HAVE_POPEN_PROTOTYPE,[1],[Conflicting popen prototype]) | ||
18 | fi | ||
19 | ])dnl | ||
20 | dnl --------------------------------------------------------------------------- | ||