aboutsummaryrefslogtreecommitdiff
path: root/sound
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 /sound
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 'sound')
-rw-r--r--sound/owntone/Makefile3
-rw-r--r--sound/sox/Makefile4
2 files changed, 1 insertions, 6 deletions
diff --git a/sound/owntone/Makefile b/sound/owntone/Makefile
index af609a27b..831ed3723 100644
--- a/sound/owntone/Makefile
+++ b/sound/owntone/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=owntone
PKG_VERSION:=28.2
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/owntone/owntone-server/releases/download/$(PKG_VERSION)/
@@ -58,7 +58,6 @@ CONFIGURE_ARGS += \
--without-libevent_pthreads
TARGET_CFLAGS += $(FPIC)
-TARGET_LDFLAGS += -Wl,-rpath-link,$(STAGING_DIR)/usr/lib
define Package/owntone/install
$(INSTALL_DIR) $(1)/usr/sbin
diff --git a/sound/sox/Makefile b/sound/sox/Makefile
index 55ada5174..32561780a 100644
--- a/sound/sox/Makefile
+++ b/sound/sox/Makefile
@@ -17,14 +17,10 @@ PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
PKG_LICENSE:=LGPL-2.1 GPL-2.0
PKG_LICENSE_FILES:=COPYING LICENSE.LGPL LICENSE.GPL
-
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
-TARGET_LDFLAGS+= \
- -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
-
define Package/sox
SECTION:=sound
CATEGORY:=Sound