openwrt/package/network/utils
Tony Ambardar 583b2f64a0 iproute2: fix libbpf detection with NLS enabled
Upstream iproute2 detects libbpf using a one-line $CC test-compile, which
normally ignores LDFLAGS. With NLS enabled however, LDFLAGS includes an
"rpath-link" linker option needed to resolve libintl.so. Its absence
causes both the compile and libbpf detection to fail:

  ld: warning: libintl.so.8, needed by libbpf.so, not found (try using
      -rpath or -rpath-link)
  ld: libelf.so.1: undefined reference to `libintl_dgettext'
  collect2: error: ld returned 1 exit status

Fix this by directly including $LDFLAGS in the test-compile command.

Reported-by: Ian Cooper <iancooper@hotmail.com>
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
Signed-off-by: maurerr <mariusd84@gmail.com>
2021-09-01 08:07:54 +00:00
..
adb-enablemodem Move enablemodem from ramips to new package adb-enablemodem and make it used also by TL-MR6400 2017-05-27 07:54:40 +02:00
arptables treewide: switch git.netfilter.org to HTTPS 2017-10-08 21:10:36 +03:00
bpftools bpftools: drop unneeded libintl linking for NLS 2021-09-01 08:07:54 +00:00
comgt comgt: add new script to send ussd request and get the answer 2020-07-08 16:07:05 +02:00
dante dante: Fix compile with glibc 2020-04-18 21:06:45 +02:00
ebtables ebtables: update to latest git 2018-06-27 2018-07-02 17:33:55 +02:00
ethtool ethtool: update to version 5.10 2021-09-01 08:07:24 +00:00
iproute2 iproute2: fix libbpf detection with NLS enabled 2021-09-01 08:07:54 +00:00
ipset build: reorder more BuildPackages lines to deal with ABI_VERSION 2021-09-01 08:07:37 +00:00
iptables build: reorder more BuildPackages lines to deal with ABI_VERSION 2021-09-01 08:07:37 +00:00
iw mac80211: backport upstream patches for driver disconnect 2021-09-01 08:07:49 +00:00
iwcap iwcap: fix handling kill signal during dump 2017-03-14 13:29:03 +01:00
iwinfo iwinfo: update to version 2021-01-31 2021-09-01 08:07:35 +00:00
layerscape/restool layerscape: make restool depend on TARGET_layerscape_armv8_64b 2021-09-01 08:07:10 +00:00
linux-atm linux-atm: Include linux/sockios.h for SIOCGSTAMP 2020-04-09 00:12:46 +02:00
ltq-dsl-base ltq-dsl-base: remove usused lantiq_dsl.sh 2021-09-01 08:07:34 +00:00
nftables nftables: Activate link time optimization (LTO) 2021-09-01 08:06:57 +00:00
resolveip network/utils/resolveip: drop Build/Prepare rule in favor of default one 2016-10-15 11:36:52 +02:00
rssileds rssileds: use new application led trigger backend 2021-09-01 08:07:45 +00:00
tcpdump tcpdump: fix pcap-config issues 2021-09-01 08:07:22 +00:00
umbim umbim: move package to 'WWAN' submenu 2020-02-24 23:27:50 +01:00
uqmi uqmi: set plmn only if necessary 2021-09-01 08:07:13 +00:00
wireguard-tools wireguard-tools: depend on kmod-wireguard 2021-09-01 08:07:42 +00:00
wireless-tools build: reorder more BuildPackages lines to deal with ABI_VERSION 2021-09-01 08:07:37 +00:00
wpan-tools wpan-tools: clean up Makefile 2019-04-06 19:14:06 +02:00
wwan wwan: replace backticks by $(...) 2020-05-13 19:01:23 +02:00