summaryrefslogtreecommitdiff
path: root/build_rootfs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_rootfs.sh')
-rwxr-xr-xbuild_rootfs.sh2
1 files changed, 1 insertions, 1 deletions
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() {