mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
treewide: remove rpath-link
Most usages seem to be outdated and fixed a long time ago. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user