mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
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 <leo@famulari.name>
This commit is contained in:
parent
e6d58734b6
commit
c0d47cadea
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ (define-public lua
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue