tn3399_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>
2018-12-19 10:50:02 +01:00
..
base-files base-files: install missing /etc/iproute2/ematch_map 2018-12-19 07:33:35 +01:00
boot layerscape: add LS1021AIOT board support 2018-12-18 20:17:23 +01:00
devel valgrind: enable LTO and refresh patches 2018-11-26 09:44:42 +01:00
firmware linux-firmware: broadcom: package 4366C0 FullMAC firmware 2018-12-17 12:51:00 +01:00
kernel kernel: Fix usb-chipidea dependency on ulpi.ko for 4.19 2018-12-18 20:17:22 +01:00
libs elfutils: install library files for pkg-config 2018-12-19 10:49:57 +01:00
network iproute2: only link libelf where needed 2018-12-19 10:50:02 +01:00
system ubox: bump to git HEAD 2018-12-18 23:17:39 +02:00
utils f2fs-tools: Update to 1.12.0 2018-12-16 00:57:19 +01:00
Makefile imagebuilder: reuse rootfs preparation from rootfs.mk 2018-03-07 09:59:08 +01:00