|
@@ -83,7 +83,7 @@ $(NCURSES_DIR)/lib/libncurses.so.$(NCURSES_VER): $(NCURSES_DIR)/.configured
|
|
$(MAKE1) DESTDIR=$(STAGING_DIR) -C $(NCURSES_DIR) \
|
|
$(MAKE1) DESTDIR=$(STAGING_DIR) -C $(NCURSES_DIR) \
|
|
libs panel menu form headers
|
|
libs panel menu form headers
|
|
|
|
|
|
-$(STAGING_DIR)/usr/lib/libncurses.a: $(NCURSES_DIR)/lib/libncurses.so.$(NCURSES_VER)
|
|
|
|
|
|
+$(STAGING_DIR)/lib/libncurses.so.$(NCURSES_VER): $(NCURSES_DIR)/lib/libncurses.so.$(NCURSES_VER)
|
|
$(MAKE1) \
|
|
$(MAKE1) \
|
|
prefix=$(STAGING_DIR)/usr/ \
|
|
prefix=$(STAGING_DIR)/usr/ \
|
|
exec_prefix=$(STAGING_DIR) \
|
|
exec_prefix=$(STAGING_DIR) \
|
|
@@ -103,7 +103,7 @@ $(STAGING_DIR)/usr/lib/libncurses.a: $(NCURSES_DIR)/lib/libncurses.so.$(NCURSES_
|
|
chmod a-x $(NCURSES_DIR)/lib/libncurses.so*
|
|
chmod a-x $(NCURSES_DIR)/lib/libncurses.so*
|
|
touch -c $@
|
|
touch -c $@
|
|
|
|
|
|
-$(TARGET_DIR)/lib/libncurses.so.$(NCURSES_VER): $(STAGING_DIR)/usr/lib/libncurses.a
|
|
|
|
|
|
+$(TARGET_DIR)/lib/libncurses.so.$(NCURSES_VER): $(STAGING_DIR)/lib/libncurses.so.$(NCURSES_VER)
|
|
cp -dpf $(NCURSES_DIR)/lib/libncurses.so* $(TARGET_DIR)/lib/
|
|
cp -dpf $(NCURSES_DIR)/lib/libncurses.so* $(TARGET_DIR)/lib/
|
|
-cp -dpf $(STAGING_DIR)/usr/lib/terminfo $(TARGET_DIR)/usr/lib/
|
|
-cp -dpf $(STAGING_DIR)/usr/lib/terminfo $(TARGET_DIR)/usr/lib/
|
|
mkdir -p $(TARGET_DIR)/usr/share/terminfo/x
|
|
mkdir -p $(TARGET_DIR)/usr/share/terminfo/x
|