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 /multimedia | |
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 'multimedia')
-rw-r--r-- | multimedia/fswebcam/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/fswebcam/Makefile b/multimedia/fswebcam/Makefile index b4eda0992..1de461641 100644 --- a/multimedia/fswebcam/Makefile +++ b/multimedia/fswebcam/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fswebcam PKG_VERSION:=20140113 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://www.firestorm.cx/fswebcam/files \ @@ -40,7 +40,7 @@ define Package/fswebcam/description endef EXTRA_CFLAGS+= $(TARGET_CPPFLAGS) -EXTRA_LDFLAGS+= $(TARGET_LDFLAGS) -Wl,-rpath-link,$(STAGING_DIR)/usr/lib +EXTRA_LDFLAGS+= $(TARGET_LDFLAGS) define Package/fswebcam/install $(INSTALL_DIR) $(1)/usr/bin |