[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: lua5.2-libmpack: Fix make flags.
From: |
Ricardo Wurmus |
Subject: |
02/02: gnu: lua5.2-libmpack: Fix make flags. |
Date: |
Thu, 4 May 2017 11:10:31 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 0cdc3343ad0c5b1d8c4055662a47ae8e147373f4
Author: Ricardo Wurmus <address@hidden>
Date: Thu May 4 17:09:16 2017 +0200
gnu: lua5.2-libmpack: Fix make flags.
This is a follow-up to commit. b5236121065abe32a88f8f0644ceb505f5cf1d18.
* gnu/packages/serialization.scm (lua5.2-libmpack)[arguments]: Adjust make
flags.
---
gnu/packages/serialization.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index 8e35522..a6b5270 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -223,8 +223,8 @@ that implements both the msgpack and msgpack-rpc
specifications.")
(lua-major+minor ,(version-major+minor (package-version
lua-5.2))))
(list "CC=gcc"
"USE_SYSTEM_LUA=yes"
- (string-append "LUA_VERSION=" lua-version)
- (string-append "LUA_VERSION_MAJ_MIN=" lua-major+minor)
+ (string-append "MPACK_LUA_VERSION=" lua-version)
+ (string-append "MPACK_LUA_VERSION_NOPATCH=" lua-major+minor)
(string-append "PREFIX="
(assoc-ref %outputs "out"))
(string-append "LUA_CMOD_INSTALLDIR="