projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9a7bcc
)
package/libuci: cleanup configure options
author
Samuel Martin
<s.martin49@gmail.com>
Sun, 19 Oct 2014 18:04:46 +0000
(20:04 +0200)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Sun, 26 Oct 2014 16:05:18 +0000
(17:05 +0100)
Remove unneeded type in configure option's definition.
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libuci/libuci.mk
patch
|
blob
|
history
diff --git
a/package/libuci/libuci.mk
b/package/libuci/libuci.mk
index 9d5c172c403930eaf2a33575433718abf25f1da7..12e07fc6e3c88392fcacc47e40bce8b8e3c952d7 100644
(file)
--- a/
package/libuci/libuci.mk
+++ b/
package/libuci/libuci.mk
@@
-15,7
+15,7
@@
LIBUCI_DEPENDENCIES += lua
LIBUCI_CONF_OPTS += -DLUAPATH=$(STAGING_DIR)/usr/lib/lua/5.1 \
-DLUA_CFLAGS=-I$(STAGING_DIR)/usr/include
else
-LIBUCI_CONF_OPTS += -DBUILD_LUA
:BOOL
=OFF
+LIBUCI_CONF_OPTS += -DBUILD_LUA=OFF
endif
$(eval $(cmake-package))