summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-04-17 17:59:47 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-04-17 17:59:47 +0000
commit7bfcbab875a03251abd95af2a1e18e94c7170281 (patch)
treed26068c700f7cf76219b694df9c91e054f9c4099
parent13010f3adcf566233a6e759e946d572daba9b010 (diff)
downloadmaster-31e0f0ae-7bfcbab875a03251abd95af2a1e18e94c7170281.tar.gz
master-31e0f0ae-7bfcbab875a03251abd95af2a1e18e94c7170281.tar.bz2
master-31e0f0ae-7bfcbab875a03251abd95af2a1e18e94c7170281.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> SVN-Revision: 40526
-rw-r--r--package/system/fstools/Makefile4
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