mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
lttng-tools: fix linking with full language support enabled
This fixes fallout after d18692c.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=lttng-tools
|
PKG_NAME:=lttng-tools
|
||||||
PKG_VERSION:=2.12.1
|
PKG_VERSION:=2.12.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=https://lttng.org/files/$(PKG_NAME)/
|
PKG_SOURCE_URL:=https://lttng.org/files/$(PKG_NAME)/
|
||||||
@@ -24,13 +24,14 @@ PKG_BUILD_PARALLEL:=1
|
|||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
include $(INCLUDE_DIR)/nls.mk
|
||||||
|
|
||||||
define Package/lttng-tools
|
define Package/lttng-tools
|
||||||
SECTION:=devel
|
SECTION:=devel
|
||||||
CATEGORY:=Development
|
CATEGORY:=Development
|
||||||
TITLE:=Linux Trace Toolkit: next generation (tools)
|
TITLE:=Linux Trace Toolkit: next generation (tools)
|
||||||
URL:=https://lttng.org/
|
URL:=https://lttng.org/
|
||||||
DEPENDS:= +lttng-ust +libpopt +libxml2
|
DEPENDS:= +lttng-ust +libpopt +libxml2 $(ICONV_DEPENDS)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
|
|||||||
Reference in New Issue
Block a user