diff options
author | Samuel Martin <s.martin49@gmail.com> | 2014-10-19 20:04:46 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-10-26 17:05:18 +0100 |
commit | e6436a6cdf1eb9ec7819a9b14c2705a7b7baf5b2 (patch) | |
tree | 4b9997a7f62cd973d95450944f0dd3914f8736b3 | |
parent | c9a7bcc720a6c695495f12b60821d011501719ec (diff) |
package/libuci: cleanup configure options
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>
-rw-r--r-- | package/libuci/libuci.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libuci/libuci.mk b/package/libuci/libuci.mk index 9d5c172c4..12e07fc6e 100644 --- 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)) |