mirror of
https://github.com/termux-pacman/glibc-packages.git
synced 2024-11-27 06:08:57 +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
524 B
Diff
13 lines
524 B
Diff
diff -u -r ../cmake-3.2.2/Source/cmLocalUnixMakefileGenerator3.cxx ./Source/cmLocalUnixMakefileGenerator3.cxx
|
|
--- ../cmake-3.2.2/Source/cmLocalUnixMakefileGenerator3.cxx 2015-04-13 13:09:00.000000000 -0400
|
|
+++ ./Source/cmLocalUnixMakefileGenerator3.cxx 2015-05-24 16:04:48.182697757 -0400
|
|
@@ -743,7 +743,7 @@
|
|
#if !defined(__VMS)
|
|
makefileStream
|
|
<< "# The shell in which to execute make rules.\n"
|
|
- << "SHELL = /bin/sh\n"
|
|
+ << "SHELL = @TERMUX_PREFIX@/bin/sh\n"
|
|
<< "\n";
|
|
#endif
|
|
}
|