From 196e15162df8f1d96d9984e47c96e8e2ec47e74f Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 10 Mar 2022 15:17:45 -0800 Subject: treewide: remove rpath-link Most usages seem to be outdated and fixed a long time ago. Signed-off-by: Rosen Penev --- sound/owntone/Makefile | 3 +-- sound/sox/Makefile | 4 ---- 2 files changed, 1 insertion(+), 6 deletions(-) (limited to 'sound') 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 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 -- cgit v1.2.3