libv4l: fixup after CPPFLAGS addition
authorPeter Korsgaard <jacmet@sunsite.dk>
Thu, 11 Oct 2012 08:29:06 +0000 (10:29 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 11 Oct 2012 08:29:06 +0000 (10:29 +0200)
commitd059b1cc61dcafde47723c45b834409026a39dbe
tree1e3f3e2de6960b750dcedab24cc9f2538fd051a8
parent526badc945d797f38a647441e418e8a8ae9d43ea
libv4l: fixup after CPPFLAGS addition

Fixes http://autobuild.buildroot.net/results/4602f7cf4407a2969a04267bbc5d276b076a7c91

The preload libraries needs to wrap both the lfs and !lfs variants, so
ensure the lfs versions are not transparently used (as they are when
_LARGEFILE_SOURCE / _FILE_OFFSET_BITS=64 are defined).

This used to work by accident before, as our custom CFLAGS (containing those
defines) wasn't used.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/libv4l/libv4l-largefile.patch [new file with mode: 0644]