[uClibc-cvs] svn commit: trunk/buildroot/package/nano

andersen at uclibc.org andersen at uclibc.org
Thu Jun 9 12:30:06 UTC 2005


Author: andersen
Date: 2005-06-09 06:30:05 -0600 (Thu, 09 Jun 2005)
New Revision: 10495

Log:
http://bugs.uclibc.org/view.php?id=284
Nano depends on ncurses. The attached patch (against svn) fixes the package make file.


Modified:
   trunk/buildroot/package/nano/nano.mk


Changeset:
Modified: trunk/buildroot/package/nano/nano.mk
===================================================================
--- trunk/buildroot/package/nano/nano.mk	2005-06-09 12:26:20 UTC (rev 10494)
+++ trunk/buildroot/package/nano/nano.mk	2005-06-09 12:30:05 UTC (rev 10495)
@@ -38,7 +38,7 @@
 $(TARGET_DIR)/$(NANO_TARGET_BINARY): $(NANO_DIR)/$(NANO_BINARY)
 	install -D $(NANO_DIR)/$(NANO_BINARY) $(TARGET_DIR)/$(NANO_TARGET_BINARY)
 
-nano: uclibc $(TARGET_DIR)/$(NANO_TARGET_BINARY)
+nano: uclibc ncurses $(TARGET_DIR)/$(NANO_TARGET_BINARY)
 
 nano-clean:
 	rm -f $(TARGET_DIR)/$(NANO_TARGET_BINARY)




More information about the uClibc-cvs mailing list