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
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue