projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c1be5a
)
[packages] nbd: use nls.mk (for now)
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 4 Feb 2011 12:53:37 +0000
(12:53 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 4 Feb 2011 12:53:37 +0000
(12:53 +0000)
SVN-Revision: 25361
net/nbd/Makefile
patch
|
blob
|
history
diff --git
a/net/nbd/Makefile
b/net/nbd/Makefile
index 36408747c2522b989719e5c7b000bdbf71b7ce33..68d12debaa06c844307a44a2c6de7f936eaf1bfc 100644
(file)
--- a/
net/nbd/Makefile
+++ b/
net/nbd/Makefile
@@
-19,6
+19,9
@@
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
+# -liconv due to glib2, to be revisited later
+include $(INCLUDE_DIR)/nls.mk
+
PKG_BUILD_DEPENDS:=glib2 libintl
define Package/nbd