]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/libv4l: no libv4lconvert helper support if no fork()
authorHugues Fruchet <hugues.fruchet@st.com>
Fri, 28 Jul 2017 11:01:47 +0000 (13:01 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Fri, 28 Jul 2017 22:49:53 +0000 (00:49 +0200)
commitd41aff79307b017000a64a906b14fcd34494930c
treeb29c24eb161139607c873a66002c68ee23109bd2
parent412a872e217e1e6569afb65b5113199f30b199ce
package/libv4l: no libv4lconvert helper support if no fork()

Build libv4lconvert helper support only when fork()
is available.

Fixes [1]:
    CXXLD    v4l2-compliance
   .../build/libv4l-1.12.5/lib/libv4lconvert/.libs/libv4lconvert.so: undefined reference to `fork'
  collect2: error: ld returned 1 exit status

[1] http://autobuild.buildroot.net/results/7e8/7e8fbd99a8c091d7bbeedd16066297682bbe29fe

Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
Tested-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/libv4l/0010-Build-libv4lconvert-helper-support-only-when-fork-is.patch [new file with mode: 0644]