From 5f14ad8e3694c0a7239a396dc97b9fcb74f635eb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 5 Mar 2013 12:02:44 -0400 Subject: [PATCH] LD_LIBRARY_PATH todo --- standalone/android/start.c | 1 + 1 file changed, 1 insertion(+) diff --git a/standalone/android/start.c b/standalone/android/start.c index fe8a2e1af7..d49a086c71 100644 --- a/standalone/android/start.c +++ b/standalone/android/start.c @@ -39,6 +39,7 @@ main () { } if (stat("lib/lib.busybox.so", &st_buf) != 0) { + /* TODO my lib dir should be in LD_LIBRARY_PATH; check that */ fprintf(stderr, "Falling back to hardcoded app location; cannot find expected files in %s\n", buf); if (chdir("/data/data/ga.androidterm") != 0) { perror("chdir");