X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Flibcec%2F0001-remove-Wno-psabi.patch;fp=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Flibcec%2F0001-remove-Wno-psabi.patch;h=4956c14c200c14319f4af1e2d2ccc40dbf778301;hb=b0a0f15dfaa205161a7fcb20cf1b8cd4948c2ef3;hp=0000000000000000000000000000000000000000;hpb=c6ac3cd55ee2da956195eee393b0882105dfad4e;p=packages%2Ftrusty%2Fcirros-testvm.git diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/libcec/0001-remove-Wno-psabi.patch b/cirros-testvm/src-cirros/buildroot-2015.05/package/libcec/0001-remove-Wno-psabi.patch new file mode 100644 index 0000000..4956c14 --- /dev/null +++ b/cirros-testvm/src-cirros/buildroot-2015.05/package/libcec/0001-remove-Wno-psabi.patch @@ -0,0 +1,21 @@ +Do not use -Wno-psabi option + +This option was added in gcc 4.5, and Buildroot still uses gcc 4.3 on +some architectures. Since it's non essential (only disables some +warning), let's get rid of it. + +Signed-off-by: Thomas Petazzoni + +Index: b/configure.ac +=================================================================== +--- a/configure.ac ++++ b/configure.ac +@@ -137,7 +137,7 @@ + use_udev="no" + use_adapter_detection="yes" + use_lockdev="no" +-SUPPRESS_MANGLING_WARNINGS=" -Wno-psabi" ++SUPPRESS_MANGLING_WARNINGS="" + case "${host}" in + *-*-linux*) + ## search for udev if pkg-config was found