libdvb 0.5.5.1: Fix build on GCC 4.x
authorStephen Simpson <stephen@quaddro.net>
Sun, 29 Nov 2009 16:02:22 +0000 (16:02 +0000)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Mon, 30 Nov 2009 22:51:06 +0000 (23:51 +0100)
commit0c84ce234bb065fe646b79f26a8f789fd7d14d16
tree00a3c8c05b980519d62eeb97e313f82e592fa6a6
parent73ec71fa4554390dde8366a620d82ad288db85b7
libdvb 0.5.5.1: Fix build on GCC 4.x

* sample_progs/cam_menu.hh was missing #include <cstring>, does not error on gcc < 4.x
* dvb-mpegtools/Makefile did not pass LDFLAGS when necessary for linking, causing QA Issues
  Recipe changes:
* Change recipe to remove CFLAGS from config.mk to allow the CFLAGS variable passed to be used instead
* Add patches to recipe
recipes/libdvb/files/gcc4.patch [new file with mode: 0644]
recipes/libdvb/files/ldflags.patch [new file with mode: 0644]
recipes/libdvb/libdvb_0.5.5.1.bb