mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/lua-augeaus: fix assignment typo
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Acked-by: Herve Codina <herve.codina@bootlin.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
39b784bd57
commit
edb2d45e05
@@ -11,7 +11,7 @@ LUA_AUGEAS_LICENSE_FILES = COPYRIGHT
|
||||
LUA_AUGEAS_DEPENDENCIES = luainterpreter augeas host-pkgconf
|
||||
|
||||
# LDFLAGS=$(LDFLAGS) is present to pass LDFLAGS from environment to the command
|
||||
# line. With LDFLAGS set in the command line, related ordinary asignment present
|
||||
# line. With LDFLAGS set in the command line, related ordinary assignment present
|
||||
# in the makefile are ignored and so lua-augeas makefile cannot not add '-L/lib'
|
||||
# to this value.
|
||||
LUA_AUGEAS_CONF_OPTS= \
|
||||
|
||||
Reference in New Issue
Block a user