aboutsummaryrefslogtreecommitdiff
path: root/utils/mbtools/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2022-03-10 15:17:45 -0800
committerRosen Penev <rosenp@gmail.com>2022-03-13 00:02:02 -0800
commit196e15162df8f1d96d9984e47c96e8e2ec47e74f (patch)
treeab7b30e837f76084bd22e730077f2d7a25a36526 /utils/mbtools/Makefile
parentf65025eaf9479978cec2931f726004a8d6816156 (diff)
treewide: remove rpath-link
Most usages seem to be outdated and fixed a long time ago. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils/mbtools/Makefile')
-rw-r--r--utils/mbtools/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/utils/mbtools/Makefile b/utils/mbtools/Makefile
index f88b79406..5f69afb9c 100644
--- a/utils/mbtools/Makefile
+++ b/utils/mbtools/Makefile
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=mbtools
PKG_SOURCE_DATE:=2014-10-29
PKG_SOURCE_VERSION:=149e9c69cec180f18cf8781cf5285b97352bf719
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/webstack/mbtools
@@ -31,7 +31,7 @@ define Package/mbtools
SECTION:=utils
CATEGORY:=Utilities
TITLE:=Modbus tools
- DEPENDS:=+glib2 +libmodbus $(INTL_DEPENDS)
+ DEPENDS:=+glib2 +libmodbus
endef
define Package/mbtools/description
@@ -40,13 +40,6 @@ define Package/mbtools/description
as client or server (in TCP or RTU)
endef
-ifneq ($(INTL_FULL),)
-TARGET_LDFLAGS += \
- -L$(INTL_PREFIX)/lib \
- -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
-
-endif
-
define Package/mbtools/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/mbrecorder $(1)/usr/bin/