projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a50452e
)
contrib: make lua host build dependency conditional
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 8 Nov 2009 02:52:47 +0000
(
02:52
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 8 Nov 2009 02:52:47 +0000
(
02:52
+0000)
contrib/package/luci/Makefile
patch
|
blob
|
history
diff --git
a/contrib/package/luci/Makefile
b/contrib/package/luci/Makefile
index 81221a69df60c7ce07456b80e81402bbd6cbcdca..82c3ecfff12e66168e218c9efe83279b492d20f6 100644
(file)
--- a/
contrib/package/luci/Makefile
+++ b/
contrib/package/luci/Makefile
@@
-23,7
+23,7
@@
else
PKG_SOURCE_VERSION:=$(PKG_REV)
endif
-PKG_BUILD_DEPENDS:=
lua/host
+PKG_BUILD_DEPENDS:=
$(if $(STAGING_DIR_ROOT),lua/host)
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install