mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
xdp-tools: build xdp-tools with libbpf 1.4.6
Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
@@ -41,7 +41,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_BLAKE2 = 620f00839831eef08969c281b9627aa707da848a8ee31f2a2135a0ef30e1e1b8fca546afa9f8e4f6643bd0da67f71bddc97c1cce3f7ab56f423d84fe7f2fed38
|
||||
$(DL_FILE)_BLAKE2 = 82a0a8bf56a6ad98aa14d21552cb29f00f5ed4e8e2773200b03f0496505407e644867855982e37078e8521cc23b5e201b777dd74c8a36ed58c6421808b975e0a
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -73,6 +73,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
|
||||
|
||||
cd $(DIR_APP) && sed -i -e 's/PREFIX?=\/usr\/local/PREFIX?=\/usr/' lib/defines.mk
|
||||
cd $(DIR_APP) && ./configure
|
||||
cd $(DIR_APP) && make && make install
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
|
||||
Reference in New Issue
Block a user