libsoup: disable overly strict warnings, use system wide intltool.m4 2770/head
authorJo-Philipp Wich <jo@mein.io>
Mon, 30 May 2016 12:27:54 +0000 (14:27 +0200)
committerJo-Philipp Wich <jo@mein.io>
Mon, 30 May 2016 15:35:37 +0000 (17:35 +0200)
commite7320a0c383283dddc55f4193adb0450c3712f1f
tree59be1d5599babddefba51cec564ff9d931e2aefd
parent083a6ece5d8b1b25e53e2e220928390b865a5d2a
libsoup: disable overly strict warnings, use system wide intltool.m4

When building libsoup within the SDK, the following usually nonfatal warning
is causing the build to fail:

    make[6]: Entering directory '.../build_dir/target-arm_xscale_musl-1.1.14_eabi/libsoup-2.53.2/libsoup'
      CC       libsoup_2_4_la-soup-address.lo
    cc1: error: .../staging_dir/target-arm_xscale_musl-1.1.14_eabi/include: No such file or directory [-Werror=missing-include-dirs]
    cc1: some warnings being treated as errors
    Makefile:962: recipe for target 'libsoup_2_4_la-soup-address.lo' failed

Use the upstream `--disable-more-warnings` configure switch to disable this
class of `-Werror` flags.

Also drop the shipped copy of `intltool.m4` to force using the system wide one
which does not require the `XML::Parser` module to be installed (see #2771).

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
libs/libsoup/Makefile