util-linux: disable rpath
authorNicolas Thill <nico@openwrt.org>
Wed, 11 Feb 2015 11:31:01 +0000 (11:31 +0000)
committerNicolas Thill <nico@openwrt.org>
Wed, 11 Feb 2015 11:31:01 +0000 (11:31 +0000)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 44395

package/utils/util-linux/Makefile

index 893ca30f2207934ce6c4df95afc2ccf084162562..2f7a8c0bee4d9045a88dc671c91748b1732d731f 100644 (file)
@@ -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       \