From afccff9f3393673c67242da97399f06a09e8fa9d Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Wed, 11 Feb 2015 11:31:01 +0000 Subject: [PATCH] util-linux: disable rpath Signed-off-by: Nicolas Thill SVN-Revision: 44395 --- package/utils/util-linux/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \