Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lavabit/magma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLadar Levison <ladar@users.noreply.github.com>2019-01-29 00:44:02 +0300
committerGitHub <noreply@github.com>2019-01-29 00:44:02 +0300
commit9767afbda0ed47627dc9d1c27d3d0dde64e6a740 (patch)
tree005363a560b83a79f9a689531c164b0111628afe
parent7d31f866b5fc796f8acb05530f43ac480d09d2b6 (diff)
Apply timestamps on the memcached compiler patch.
-rwxr-xr-xdev/scripts/builders/build.lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/scripts/builders/build.lib.sh b/dev/scripts/builders/build.lib.sh
index ce078f82..f1297608 100755
--- a/dev/scripts/builders/build.lib.sh
+++ b/dev/scripts/builders/build.lib.sh
@@ -2133,7 +2133,7 @@ memcached() {
cat "$M_PATCHES/memcached/"1.0.18_fix_dump_return_code.patch | patch -p1 --verbose &>> "$M_LOGS/memcached.txt"; error
# The memcached dump code doesn't work properly on all platforms. This patch will rule out compiler
# optimization as the culprit.
- cat "$M_PATCHES/memcached/"1.0.18_disable_compiler_optimizations.patch | patch -p1 --verbose &>> "$M_LOGS/memcached.txt"; error
+ cat "$M_PATCHES/memcached/"1.0.18_disable_compiler_optimizations.patch | patch -p1 --set-time --verbose &>> "$M_LOGS/memcached.txt"; error
fi
;;
memcached-build)