[Buildroot] [PATCH 02/41] ncurses: convert to autotools infrastructure

Peter Korsgaard jacmet at uclibc.org
Wed Apr 14 07:41:08 UTC 2010


>>>>> "llandwerlin" == llandwerlin  <llandwerlin at gmail.com> writes:

 llandwerlin> From: Lionel Landwerlin <llandwerlin at gmail.com>

 llandwerlin> +
 llandwerlin> +define NCURSES_INSTALL_TARGET_CMDS
 llandwerlin> +	mkdir -p $(TARGET_DIR)/usr/lib
 llandwerlin> +	cp -dpf $(NCURSES_DIR)/lib/libncurses.so* $(TARGET_DIR)/usr/lib/
 llandwerlin> +	$(NCURSES_INSTALL_TARGET_PANEL)
 llandwerlin> +	$(NCURSES_INSTALL_TARGET_FORM)
 llandwerlin> +	$(BR2_PACKAGE_NCURSES_TARGET_MENU)

Don't you mean NCURSES_INSTALL_TARGET_MENU here?

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list