From: Eneas U de Queiroz Date: Fri, 15 Mar 2019 18:27:53 +0000 (-0300) Subject: libv4l: avoid libelf dependency X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2ffac8ff5b685011c950714e966c3840dece9d7f;p=openwrt-packages.git libv4l: avoid libelf dependency Explicitly disable bpf support to avoid picking up libelf dependency. Signed-off-by: Eneas U de Queiroz --- diff --git a/libs/libv4l/Makefile b/libs/libv4l/Makefile index 0ab9e223d..b034e3638 100644 --- a/libs/libv4l/Makefile +++ b/libs/libv4l/Makefile @@ -76,6 +76,7 @@ TARGET_CFLAGS += -flto TARGET_LDFLAGS += -largp -Wl,--gc-sections CONFIGURE_ARGS+= \ + --disable-bpf \ --disable-doxygen-doc \ --disable-libdvbv5 \ --disable-qv4l2 \