diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-04-17 17:59:47 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-04-17 17:59:47 +0000 |
commit | 139e79dd1b3b357db471037b149e419954fac7dc (patch) | |
tree | 97c5a4692af60ec8fbbba77a7cfa17d7b8ebf709 /package/system/fstools | |
parent | 6121fd2bde60e6338e1a39774a54fe9e90c8043a (diff) | |
download | upstream-139e79dd1b3b357db471037b149e419954fac7dc.tar.gz upstream-139e79dd1b3b357db471037b149e419954fac7dc.tar.bz2 upstream-139e79dd1b3b357db471037b149e419954fac7dc.zip |
fstools: fix extroot with opkg-installed block-mount (#15550)
The /sbin/block binary now requires and additional shared library, therfore set
LD_LIBRARY_PATH accordingly when invoking it from the temporary overlay.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40526 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/fstools')
-rw-r--r-- | package/system/fstools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/fstools/Makefile b/package/system/fstools/Makefile index 9672ee1da5..826f77d060 100644 --- a/package/system/fstools/Makefile +++ b/package/system/fstools/Makefile @@ -1,14 +1,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fstools -PKG_VERSION:=2014-04-07 +PKG_VERSION:=2014-04-17 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/fstools.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=a1f48fc0444f5c3c44ee6ef1005cd8da65decefd +PKG_SOURCE_VERSION:=fe222812cc12d37647fbb8667851eb005ea95331 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |