Browse Source

util-linux: disable rpath

Signed-off-by: Nicolas Thill <[email protected]>

SVN-Revision: 44395
Nicolas Thill 11 years ago
parent
commit
afccff9f33
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package/utils/util-linux/Makefile

+ 2 - 1
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	\