Skip to content
Snippets Groups Projects
Commit 1299e15e authored by David Bauer's avatar David Bauer
Browse files

generic: disable libpfring


Building this package breaks the builds. We do not require it, thus we
can simply disable it.

Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
(cherry picked from commit 1ff17a6a)
parent 06982071
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,8 @@ config('ALL_NONSHARED', true) ...@@ -41,6 +41,8 @@ config('ALL_NONSHARED', true)
try_config('PACKAGE_usbip', false) -- fails to build try_config('PACKAGE_usbip', false) -- fails to build
try_config('PACKAGE_coova-chilli', false) -- fails to build try_config('PACKAGE_coova-chilli', false) -- fails to build
try_config('PACKAGE_kmod-ipt-coova', false) -- fails to build try_config('PACKAGE_kmod-ipt-coova', false) -- fails to build
try_config('PACKAGE_libpfring', false) -- fails to build
try_config('PACKAGE_kmod-pf-ring', false) -- fails to build
try_config('PACKAGE_ATH_DEBUG', true) try_config('PACKAGE_ATH_DEBUG', true)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment