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>
master
doncatnip 2016-09-01 23:08:28 +02:00 committed by Leo Famulari
parent e6d58734b6
commit c0d47cadea
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 1 additions and 1 deletions

View File

@ -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