summaryrefslogtreecommitdiffstats
path: root/package/php/0007-ext-xml-expat_compat.h-add-missing-php.h-include.patch
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2018-10-16 17:09:09 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-10-17 21:49:48 +0200
commitd440df6e0d7dfb5abe1b763b4b3479e029201872 (patch)
tree4b20eeb2edfab33775f2172a599dc32702492cb2 /package/php/0007-ext-xml-expat_compat.h-add-missing-php.h-include.patch
parent22a6d1551a9ec54450d71b4a7042fbc39f3b15a1 (diff)
downloadbuildroot-d440df6e0d7dfb5abe1b763b4b3479e029201872.tar.gz
buildroot-d440df6e0d7dfb5abe1b763b4b3479e029201872.zip
vlc: fix build with libvorbis and tremor
Commit 550c42509c203891c47d934b058a19c2fa490973 "package/vlc: fix linking with tremor" fixed build with BR2_PACKAGE_TREMOR and without BR2_PACKAGE_LIBVORBIS. However, it breaks build if BR2_PACKAGE_TREMOR and BR2_PACKAGE_LIBVORBIS are both enabled. Indeed, by overiding VORBIS_LIBS by -lvorbisidec, link of codec/.libs/libvorbis_plugin_la-vorbis.o with -lvorbis failed because VORBIS_LIBS is normally used to save "-logg -lvorbis -lvorbisenc": PKG_ENABLE_MODULES_VLC([VORBIS], [], [ogg vorbis >= 1.1 vorbisenc >= 1.1], [Vorbis decoder and encoder], [auto]) So replace fourth patch by an upstreamable patch which uses pkg-config to set TREMOR_LIBS if tremor is found instead of "hacking" VORBIS_LIBS Fixes: - http://autobuild.buildroot.org/results/85a7bb1996b78dee037d5900b124cbdf5b66a6ac Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/php/0007-ext-xml-expat_compat.h-add-missing-php.h-include.patch')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud