aboutsummaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorTony Ambardar <itugrok@yahoo.com>2021-03-28 01:12:22 -0700
committerHauke Mehrtens <hauke@hauke-m.de>2021-04-03 18:55:57 +0200
commitc8c638a19b63bf6c3bf8094aebd8fde6feda36ba (patch)
treee9c5e6fb4dd57a20e27046631708b1cead6879c1 /package/network
parentec6293febc244d187e71a6e54f44920be679cde4 (diff)
downloadupstream-c8c638a19b63bf6c3bf8094aebd8fde6feda36ba.tar.gz
upstream-c8c638a19b63bf6c3bf8094aebd8fde6feda36ba.tar.bz2
upstream-c8c638a19b63bf6c3bf8094aebd8fde6feda36ba.zip
bpftools: drop unneeded libintl linking for NLS
There is no direct linking of libintl from bpftools, only secondary linking through libelf, so remove "-lintl" from TARGET_LDFLAGS. Fixes: 5582fbd6135f ("bpftools: support NLS, fix ppc build and update to 5.8.9") Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
Diffstat (limited to 'package/network')
-rw-r--r--package/network/utils/bpftools/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/package/network/utils/bpftools/Makefile b/package/network/utils/bpftools/Makefile
index 15bed2d89e..9955d361f4 100644
--- a/package/network/utils/bpftools/Makefile
+++ b/package/network/utils/bpftools/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=bpftools
PKG_VERSION:=5.11.2
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=linux-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/linux/kernel/v5.x
@@ -93,10 +93,6 @@ ifneq ($(BUILD_VARIANT),lib)
TARGET_LDFLAGS += -Wl,--gc-sections
endif
-ifneq ($(INTL_FULL),)
- TARGET_LDFLAGS += -Wl,-lintl
-endif
-
MAKE_FLAGS += \
EXTRA_CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \
LDFLAGS="$(TARGET_LDFLAGS)" \