aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/util-linux
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2015-02-11 11:31:01 +0000
committerNicolas Thill <nico@openwrt.org>2015-02-11 11:31:01 +0000
commitafccff9f3393673c67242da97399f06a09e8fa9d (patch)
treed2d6c141ab750da30b577d321c9bf1d5b83d3523 /package/utils/util-linux
parentd48735dd856c1a8f562325cd3a18e37eb937b077 (diff)
downloadupstream-afccff9f3393673c67242da97399f06a09e8fa9d.tar.gz
upstream-afccff9f3393673c67242da97399f06a09e8fa9d.tar.bz2
upstream-afccff9f3393673c67242da97399f06a09e8fa9d.zip
util-linux: disable rpath
Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 44395
Diffstat (limited to 'package/utils/util-linux')
-rw-r--r--package/utils/util-linux/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/utils/util-linux/Makefile b/package/utils/util-linux/Makefile
index 893ca30f22..2f7a8c0bee 100644
--- a/package/utils/util-linux/Makefile
+++ b/package/utils/util-linux/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=util-linux
PKG_VERSION:=2.25.2
-PKG_RELEASE:=3
+PKG_RELEASE:=4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.25
@@ -36,6 +36,7 @@ define Package/util-linux/Default
endef
CONFIGURE_ARGS += \
+ --disable-rpath \
--enable-new-mount \
--disable-tls \
--disable-sulogin \