libubox: pass the lua path to cmake to avoid build errors
SVN-Revision: 34033
This commit is contained in:
parent
4baeb543f0
commit
1008c1bd1f
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ define Package/jshn/description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include
|
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include
|
||||||
|
CMAKE_OPTIONS = \
|
||||||
|
-DLUAPATH=/usr/lib/lua
|
||||||
|
|
||||||
define Package/libubox/install
|
define Package/libubox/install
|
||||||
$(INSTALL_DIR) $(1)/lib/
|
$(INSTALL_DIR) $(1)/lib/
|
||||||
|
|
Loading…
Reference in a new issue