You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package
Jo-Philipp Wich 386803a006 iproute2: only link libelf where needed
The iproute2 build system links libelf support to every utility while only
the tc program actually requires libelf specific functionality.

Unfortunately the BPF ELF functionality is not confined into an own
compilation unit but added to the existing bpf.c sources of the shared
static libutil.a, causing every iproute2 applet to pick up an implicit
libelf.so dependency.

In order to avoid this requirement, patch the iproute2 build system to
create both a libutil.a and a libutil-elf.a, with the former being built
without libelf functionality and to only link the tc applet with the libelf
enabled libutil.

Finally, make the tc package depend on libelf to solve compilation errors.

Ref: https://github.com/openwrt/packages/issues/7728
Fixes: FS#2011
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
5 years ago
..
base-files base-files: install missing /etc/iproute2/ematch_map 5 years ago
boot layerscape: add LS1021AIOT board support 5 years ago
devel valgrind: enable LTO and refresh patches 6 years ago
firmware linux-firmware: broadcom: package 4366C0 FullMAC firmware 5 years ago
kernel kernel: Fix usb-chipidea dependency on ulpi.ko for 4.19 5 years ago
libs elfutils: install library files for pkg-config 5 years ago
network iproute2: only link libelf where needed 5 years ago
system ubox: bump to git HEAD 5 years ago
utils f2fs-tools: Update to 1.12.0 5 years ago
Makefile imagebuilder: reuse rootfs preparation from rootfs.mk 6 years ago