aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorTony Ambardar <itugrok@yahoo.com>2021-03-27 05:43:03 -0700
committerHauke Mehrtens <hauke@hauke-m.de>2021-04-03 18:56:02 +0200
commitaab3a04ce87c27996b7ce9ea306db8c6eed86941 (patch)
treea2f8bd625845d91d4903e3646293cc1fcc3a8f37 /package/base-files
parent9a59f62f613b1ca774032ccd80c51c74491b142c (diff)
downloadupstream-aab3a04ce87c27996b7ce9ea306db8c6eed86941.tar.gz
upstream-aab3a04ce87c27996b7ce9ea306db8c6eed86941.tar.bz2
upstream-aab3a04ce87c27996b7ce9ea306db8c6eed86941.zip
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>
Diffstat (limited to 'package/base-files')
0 files changed, 0 insertions, 0 deletions