syncthing: Update from 0.14.41 to 0.14.43 (#2105)
[termux-packages] / packages / termux-am / unset-LD_PRELOAD.patch
1 diff -u -r ../TermuxAm-0.1/am-libexec-packaged ./am-libexec-packaged
2 --- ../TermuxAm-0.1/am-libexec-packaged 2018-02-03 16:43:05.000000000 +0100
3 +++ ./am-libexec-packaged 2018-02-05 01:11:01.744982848 +0100
4 @@ -1,4 +1,4 @@
5 #!/data/data/com.termux/files/usr/bin/bash
6 export CLASSPATH=/data/data/com.termux/files/usr/libexec/termux-am/am.apk
7 -unset LD_LIBRARY_PATH
8 +unset LD_LIBRARY_PATH LD_PRELOAD
9 exec /system/bin/app_process / com.example.termuxam.Am "$@"