1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-14 19:33:59 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
Ted Hess
540ebc3302 libsoup: fix intltool host dependency. Cleaup some build args
Signed-off-by: Ted Hess <thess@kitschensync.net>
(cherry-picked from 0daec55ce5)
2020-01-24 23:43:39 -08:00
W. Michael Petullo
996704eac8 libsoup: update to 2.54.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2016-06-12 21:06:49 -04:00
Jo-Philipp Wich
e7320a0c38 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>
2016-05-30 17:35:37 +02:00
W. Michael Petullo
b2d33524a7 libsoup: update to 2.53.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-12-30 19:21:21 -05:00
Ian Leonard
ac7cd4c6e6 misc: correct typo in Makefiles for PKG_LICENSE_FILES
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-11-24 23:43:37 -08:00
W. Michael Petullo
53f1b27ea0 libsoup: update to 2.44.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-08-07 16:46:29 -04:00
Ted Hess
26ef97123c gstreamer1 build work in progress 2014-08-05 16:33:20 -04:00