mirror of
https://github.com/termux-pacman/glibc-packages.git
synced 2024-11-27 04:58:55 +00:00
f568f513fe
gpkg/jsoncpp: new pkg (#108) gpkg/binutils-libs: fixing dependencies gpkg/libgc: new pkg gpkg/rhash: new pkg gpkg/cppdap: new pkg gpkg/libuv: fix gpkg/make: new pkg gpkg/nlohmann-json: new pkg gpkg/cmake: new pkg gpkg/libnghttp2: upd to 1.56.0
13 lines
520 B
Diff
13 lines
520 B
Diff
diff -u -r ../cmake-3.15.2/Source/cmExecProgramCommand.cxx ./Source/cmExecProgramCommand.cxx
|
|
--- ../cmake-3.15.2/Source/cmExecProgramCommand.cxx 2019-08-07 16:58:29.000000000 +0000
|
|
+++ ./Source/cmExecProgramCommand.cxx 2019-08-18 20:05:17.156753010 +0000
|
|
@@ -205,7 +205,7 @@
|
|
}
|
|
fflush(stdout);
|
|
fflush(stderr);
|
|
- const char* cmd[] = { "/bin/sh", "-c", command.c_str(), nullptr };
|
|
+ const char* cmd[] = { "@TERMUX_PREFIX@/bin/sh", "-c", command.c_str(), nullptr };
|
|
cmsysProcess_SetCommand(cp, cmd);
|
|
#endif
|
|
|