From 4afccbb34c06293ac48dd652959cd52d978c2b63 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 27 Feb 2018 17:09:23 +0100 Subject: Disable fakeroot with opkg fixes error message --- build_rootfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_rootfs.sh b/build_rootfs.sh index aa93849..3ad3277 100755 --- a/build_rootfs.sh +++ b/build_rootfs.sh @@ -18,7 +18,7 @@ instroot=$dir/rootfs cache=dl/packages/$ARCH/$SUBARCH test -e $cache || mkdir -p $cache -OPKG="$SDK/staging_dir/host/bin/opkg -o $instroot --cache $cache" +OPKG="env LD_PRELOAD= $SDK/staging_dir/host/bin/opkg -o $instroot --cache $cache" export IPKG_INSTROOT=$instroot unpack() { -- cgit v1.2.3