[packages] nbd: use nls.mk (for now)
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 4 Feb 2011 12:53:37 +0000 (12:53 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 4 Feb 2011 12:53:37 +0000 (12:53 +0000)
SVN-Revision: 25361

net/nbd/Makefile

index 36408747c2522b989719e5c7b000bdbf71b7ce33..68d12debaa06c844307a44a2c6de7f936eaf1bfc 100644 (file)
@@ -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