libv4l: avoid libelf dependency 8418/head
authorEneas U de Queiroz <cote2004-github@yahoo.com>
Fri, 15 Mar 2019 18:27:53 +0000 (15:27 -0300)
committerEneas U de Queiroz <cote2004-github@yahoo.com>
Fri, 15 Mar 2019 18:31:18 +0000 (15:31 -0300)
Explicitly disable bpf support to avoid picking up libelf dependency.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
libs/libv4l/Makefile

index 0ab9e223de537fb6ce1bbc8e497de223cd3f6926..b034e3638eeff8b6be0517af72c23122e9a8eca1 100644 (file)
@@ -76,6 +76,7 @@ TARGET_CFLAGS += -flto
 TARGET_LDFLAGS += -largp -Wl,--gc-sections
 
 CONFIGURE_ARGS+= \
+       --disable-bpf \
        --disable-doxygen-doc \
        --disable-libdvbv5 \
        --disable-qv4l2 \