diff options
author | Eneas U de Queiroz <cote2004-github@yahoo.com> | 2019-03-15 15:27:53 -0300 |
---|---|---|
committer | Eneas U de Queiroz <cote2004-github@yahoo.com> | 2019-03-15 15:31:18 -0300 |
commit | 2ffac8ff5b685011c950714e966c3840dece9d7f (patch) | |
tree | 4d9e149487843f58ac2c103f6a0118c6e7b43ae9 /libs/libv4l | |
parent | 91a0a8abf859d6a745eafce92987ae51baed291d (diff) |
libv4l: avoid libelf dependency
Explicitly disable bpf support to avoid picking up libelf dependency.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Diffstat (limited to 'libs/libv4l')
-rw-r--r-- | libs/libv4l/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |