|
@@ -130,7 +130,9 @@ endif
|
|
|
-$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $@
|
|
|
touch -c $@
|
|
|
|
|
|
-$(TARGET_DIR)/usr/lib/libncurses.a: $(STAGING_DIR)/lib/libncurses.a
|
|
|
+$(NCURSES_DIR)/lib/libncurses.a: $(NCURSES_DIR)/lib/libncurses.so.$(NCURSES_VERSION)
|
|
|
+
|
|
|
+$(TARGET_DIR)/usr/lib/libncurses.a: $(NCURSES_DIR)/lib/libncurses.a
|
|
|
mkdir -p $(TARGET_DIR)/usr/include
|
|
|
cp -dpf $(NCURSES_DIR)/include/curses.h $(TARGET_DIR)/usr/include/curses.h
|
|
|
cp -dpf $(NCURSES_DIR)/include/ncurses_dll.h $(TARGET_DIR)/usr/include/ncurses_dll.h
|