guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: lua: Use MYCFLAGS instead of CFLAGS.


From: Leo Famulari
Subject: 01/03: gnu: lua: Use MYCFLAGS instead of CFLAGS.
Date: Tue, 20 Sep 2016 19:01:16 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit c0d47cadea6fc5f968e982b2373ce1347bcc6988
Author: doncatnip <address@hidden>
Date:   Thu Sep 1 23:08:28 2016 +0200

    gnu: lua: Use MYCFLAGS instead of CFLAGS.
    
    * gnu/packages/lua.scm (lua)[arguments]: Use MYCFLAGS instead of
    CFLAGS and remove conflicting -DLUA_USE_POSIX since -DLUA_USE_LINUX
    is passed implicitly for build target "linux".
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/lua.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index 274330f..f2e9da2 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -51,7 +51,7 @@
                   (srfi srfi-1))
        #:test-target "test"
        #:make-flags
-       '("CFLAGS=-fPIC -DLUA_DL_DLOPEN -DLUA_USE_POSIX"
+       '("MYCFLAGS=-fPIC -DLUA_DL_DLOPEN"
          "linux")
        #:phases
        (modify-phases %standard-phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]