X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/0e2bd86d0035f6800e654c061cd2713fddade4dc..7fc9693f2d24e3f763903601adc26e17b970a49b:/disabled-packages/postgresql/src-bin-psql-command.c.patch diff --git a/disabled-packages/postgresql/src-bin-psql-command.c.patch b/disabled-packages/postgresql/src-bin-psql-command.c.patch deleted file mode 100644 index d1ef3af0..00000000 --- a/disabled-packages/postgresql/src-bin-psql-command.c.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -u -r ../postgresql-9.6.2/src/bin/psql/command.c ./src/bin/psql/command.c ---- ../postgresql-9.6.2/src/bin/psql/command.c 2017-02-06 22:45:25.000000000 +0100 -+++ ./src/bin/psql/command.c 2017-03-05 15:33:33.579755248 +0100 -@@ -2258,7 +2258,7 @@ - const char *tmpdir = getenv("TMPDIR"); - - if (!tmpdir) -- tmpdir = "/tmp"; -+ tmpdir = "@TERMUX_PREFIX@/tmp"; - #else - char tmpdir[MAXPGPATH]; - int ret; -@@ -3076,7 +3076,7 @@ - - - #ifndef WIN32 --#define DEFAULT_SHELL "/bin/sh" -+#define DEFAULT_SHELL "@TERMUX_PREFIX@/bin/sh" - #else - /* - * CMD.EXE is in different places in different Win32 releases so we