diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2018-08-20 16:22:16 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-08-21 11:20:18 +0200 |
commit | 994a47649b4c95c2338d41d34144ebfb9639b717 (patch) | |
tree | 8379afef17a4e2f7ee054af3ef1969741a6ac152 /package/qt5/qt5base/qplatformdefs.h | |
parent | 0d609585ff7991ce720d05b475c90b004c560f4b (diff) | |
download | buildroot-994a47649b4c95c2338d41d34144ebfb9639b717.tar.gz buildroot-994a47649b4c95c2338d41d34144ebfb9639b717.zip |
pv: fix build failures when building under a path containing 'yes'
Depending on the configuration, the cpp output may contain the string 'yes'
in a comment if built under a path containing 'yes', confusing the _AIX
test:
${CROSS}-cpp conftest.h
\# 1 "conftest.h"
\# 1 "<built-in>"
\# 1 "<command-line>"
\# 31 "<command-line>"
\# 1 "/home/peko/source/buildroot/output-yes/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/stdc-predef.h"
\# 32 "<command-line>" 2
\# 1 "conftest.txt"
If misdetected, the configure script adds -lc128 to LIBS, causing the
AC_CHECKS_FUNCS check for stat64 to fail, which in turn causes compilation
errors about redefinition of symbols:
In file included from ./src/include/pv-internal.h:9:0,
from src/pv/file.c:5:
./src/include/config.h:76:18: error: redefinition of 'struct stat'
# define stat64 stat
^
Fix it by only matching on 'yes' on a line by itself.
As pv doesn't cleanly autoreconf (it doesn't use automake and configure.in
is located in subdir), instead directly patch configure.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/qt5/qt5base/qplatformdefs.h')
0 files changed, 0 insertions, 0 deletions