termux-tools: Unset LD_LIBRARY_PATH in wrappers
authorFredrik Fornwall <fredrik@fornwall.net>
Sun, 8 Jan 2017 09:53:36 +0000 (04:53 -0500)
committerFredrik Fornwall <fredrik@fornwall.net>
Sun, 8 Jan 2017 09:53:36 +0000 (04:53 -0500)
commitc9379a3ed83a3c783699d9a684a76f72625234b3
tree175da1728153f6ff76c9d05ffdddb7544cce08cf
parentcb5aa2bf352c1b6ed25d757e14957ef182d7ee9b
termux-tools: Unset LD_LIBRARY_PATH in wrappers

Previously the wrappers assumed that if
/system/bin/linker64
that LD_LIBRARY_PATH should be set to /system/lib64. This seems
to not always be the case (see #192) and hopefully the system
binaries should work without LD_LIBRARY_PATH being set, so we
just unset it before calling the system binary.
packages/termux-tools/build.sh