diff options
author | Rosen Penev <rosenp@gmail.com> | 2022-03-10 15:17:45 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-03-13 00:02:02 -0800 |
commit | 196e15162df8f1d96d9984e47c96e8e2ec47e74f (patch) | |
tree | ab7b30e837f76084bd22e730077f2d7a25a36526 /utils/bandwidthd | |
parent | f65025eaf9479978cec2931f726004a8d6816156 (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/bandwidthd')
-rw-r--r-- | utils/bandwidthd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/bandwidthd/Makefile b/utils/bandwidthd/Makefile index c683d3547..f494d567f 100644 --- a/utils/bandwidthd/Makefile +++ b/utils/bandwidthd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bandwidthd PKG_VERSION:=2.0.1-35 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/NethServer/bandwidthd/tar.gz/$(PKG_VERSION)? @@ -139,7 +139,7 @@ CONFIGURE_ARGS += \ endif EXTRA_CFLAGS+= $(TARGET_CPPFLAGS) -fgnu89-inline -EXTRA_LDFLAGS+= $(TARGET_LDFLAGS) -Wl,-rpath-link,$(STAGING_DIR)/usr/lib +EXTRA_LDFLAGS+= $(TARGET_LDFLAGS) define Package/bandwidthd/install $(INSTALL_DIR) $(1)/usr/sbin |