mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-25 05:43:29 +08:00
Fix static lib dep for ncurses
This commit is contained in:
parent
9cc8af5d5c
commit
2b192f0815
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user