projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a059941
)
jshn: add build dependency on libubox, it needs the list.h header from it
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 21 Feb 2011 19:49:48 +0000
(19:49 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 21 Feb 2011 19:49:48 +0000
(19:49 +0000)
SVN-Revision: 25652
package/jshn/Makefile
patch
|
blob
|
history
diff --git
a/package/jshn/Makefile
b/package/jshn/Makefile
index d5d1ea0cad1119b006b195ca29ec4f2fc1e01885..763871a95e801a1aa2686bb05ce7a2cdddde7f36 100644
(file)
--- a/
package/jshn/Makefile
+++ b/
package/jshn/Makefile
@@
-17,6
+17,7
@@
define Package/jshn/description
Library for parsing and generating JSON from shell scripts
endef
+PKG_BUILD_DEPENDS += libubox
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include --std=gnu99
define Build/Compile