mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix compilation of libbpf
This commit is contained in:
parent
c8cc687c63
commit
08f6f0b6b2
2 changed files with 3 additions and 3 deletions
|
@ -16,14 +16,14 @@ define Package/libbpf
|
|||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=libbpf
|
||||
DEPENDS:=+libstdcpp +libelf
|
||||
DEPENDS:=+libstdcpp +libelf1
|
||||
endef
|
||||
|
||||
define Package/libbpf/description
|
||||
libbpf
|
||||
endef
|
||||
|
||||
#EXTRA_CPPFLAGS += -fpermissive -Wno-variadic-macros
|
||||
EXTRA_CPPFLAGS += -fpermissive -Wno-variadic-macros
|
||||
|
||||
TARGET_CFLAGS += -DCOMPAT_NEED_REALLOCARRAY
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue