summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorEric Sandall2019-07-09 03:24:49 +0000
committerEric Sandall2019-07-09 03:24:49 +0000
commitcdb0337bf2f065c5a65d09c11027e81895341fb4 (patch)
tree2c66544636a7fceaa58e78ad1b408c722e5defab /net
parent798281f5101e4b0ba2abdd4435cbb2d8fd5eae67 (diff)
memcached: Set 64-bit for EM64T as well.
Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs changed SMGL_COMPAT_ARCHS[1] from x86_64 to em64t.
Diffstat (limited to 'net')
-rwxr-xr-xnet/memcached/BUILD2
-rw-r--r--net/memcached/HISTORY5
2 files changed, 6 insertions, 1 deletions
diff --git a/net/memcached/BUILD b/net/memcached/BUILD
index 0d953777c4..ff6f9768f6 100755
--- a/net/memcached/BUILD
+++ b/net/memcached/BUILD
@@ -1,6 +1,6 @@
create_account memcached &&
-if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" == "em64t" ]]; then
OPTS="--enable-64bit $OPTS"
else
OPTS="--disable-64bit $OPTS"
diff --git a/net/memcached/HISTORY b/net/memcached/HISTORY
index 71913488fc..067a9a21d4 100644
--- a/net/memcached/HISTORY
+++ b/net/memcached/HISTORY
@@ -1,3 +1,8 @@
+2019-07-08 Eric Sandall <sandalle@sourcemage.org>
+ * Set 64-bit for EM64T as well.
+ Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs changed
+ SMGL_COMPAT_ARCHS[1] from x86_64 to em64t.
+
2019-05-26 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: updated spell to 1.5.16