immortalwrt/package
Tony Ambardar c5ad183dde 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>
2021-04-04 12:09:59 +08:00
..
base-files base-files: add logging for configuration import 2021-03-23 11:19:00 +08:00
boot sunxi: Nanopi R1S H5: add missing device package 2021-02-09 12:40:22 +08:00
ctcgfw phicomm-k3screenctrl: move to packages feed 2021-03-31 23:56:27 +08:00
devel binutils: fix libbfd missing DSO dependency if NLS enabled 2021-04-04 12:09:37 +08:00
firmware brcmfmac4366c0-firmware-vendor: move to firmware 2021-03-23 22:55:32 +08:00
kernel ntlf9t: move packages to packages feed 2021-03-29 23:13:57 +08:00
lean v2ray: update to 4.37.0 2021-04-03 10:18:26 +08:00
libs ncurses: add screen-256color terminfo 2021-03-30 23:13:57 +08:00
lienol trojan-go: Update to 0.8.3 2021-04-04 10:25:46 +08:00
network iproute2: fix libbpf detection with NLS enabled 2021-04-04 12:09:59 +08:00
system mtd: fix imagetag compilation 2021-03-17 23:25:41 +08:00
utils ucode: update to latest Git HEAD 2021-04-01 23:20:36 +08:00
Makefile build: store SourceDateEpoch in manifest 2020-09-01 17:31:29 +08:00