Nano depends on ncurses. The attached patch (against svn) fixes the package make file.
This commit is contained in:
Eric Andersen 2005-06-09 12:30:05 +00:00
parent d76bf2a472
commit 670330f2cd
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ $(NANO_DIR)/$(NANO_BINARY): $(NANO_DIR)/.configured
$(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)