diff options
author | Nicolas Thill <nico@openwrt.org> | 2015-02-11 11:31:01 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2015-02-11 11:31:01 +0000 |
commit | df3803364771849cc73f155e1dc74f9867263e15 (patch) | |
tree | be26022c44838782e491d9a0fb1b328f1a7293d0 /package/utils/util-linux/Makefile | |
parent | 0a297052decae563af7b3713e8d2446a2de7799b (diff) | |
download | upstream-df3803364771849cc73f155e1dc74f9867263e15.tar.gz upstream-df3803364771849cc73f155e1dc74f9867263e15.tar.bz2 upstream-df3803364771849cc73f155e1dc74f9867263e15.zip |
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
Diffstat (limited to 'package/utils/util-linux/Makefile')
-rw-r--r-- | package/utils/util-linux/Makefile | 3 |
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 \ |