util-linux: disable rpath

Signed-off-by: Nicolas Thill <nico@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44395 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Nicolas Thill 2015-02-11 11:31:01 +00:00
parent 0a297052de
commit df38033647
1 changed files with 2 additions and 1 deletions

View 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 \