Skip to content

Commit

Permalink
generic: disable libpfring
Browse files Browse the repository at this point in the history
Building this package breaks the builds. We do not require it, thus we
can simply disable it.

Signed-off-by: David Bauer <[email protected]>
(cherry picked from commit 1ff17a6)
Signed-off-by: Tom Herbers <[email protected]>
  • Loading branch information
blocktrron authored and herbetom committed Mar 16, 2024
1 parent aefb3bf commit e121cb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions targets/generic
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ config('DEVEL', true)
config('ALL_NONSHARED', true)

try_config('PACKAGE_usbip', false) -- fails to build
try_config('PACKAGE_libpfring', false) -- fails to build

try_config('PACKAGE_ATH_DEBUG', true)

Expand Down

0 comments on commit e121cb1

Please sign in to comment.