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:
Rosen Penev
2022-03-10 15:17:45 -08:00
parent f65025eaf9
commit 196e15162d
10 changed files with 12 additions and 30 deletions

View File

@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=cups
PKG_VERSION:=2.2.12
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-source.tar.gz
PKG_SOURCE_URL:=https://github.com/apple/cups/releases/download/v$(PKG_VERSION)/
@@ -40,8 +40,6 @@ define Package/libcups/description
Common UNIX Printing System - Core library
endef
TARGET_LDFLAGS+=-Wl,-rpath-link=$(STAGING_DIR)/usr/lib
CONFIGURE_ARGS+=--with-cups-user="nobody" \
--with-cups-group="nogroup" \
--with-components="core" \