[Buildroot] svn commit: trunk/buildroot/package/ncurses

Nigel Kukard nkukard at lbsd.net
Thu Apr 10 05:14:26 UTC 2008


> >  
> > +config BR2_PACKAGE_NCURSES_TARGET_PANEL
> > +	bool "ncurses libpanel in target"
> > +	default n
> > +	depends on BR2_PACKAGE_NCURSES
> > +	help
> > +	  Ncurses headers in target
>           ^^^^^^^^^^^^^^^^^^^^^^^^^
> > +	  Includes ncurses dynamic libpanel in target
> 
> This looks like a copy/paste error.

Fixed

> 
> > + 
> > +config BR2_PACKAGE_NCURSES_TARGET_FORM
> > +	bool "ncurses libform in target"
> > +	default n
> > +	depends on BR2_PACKAGE_NCURSES
> > +	help
> > +	  Includes ncurses dynamic libform in target
> > + 
> > +config BR2_PACKAGE_NCURSES_TARGET_MENU
> > +        bool "ncurses libmenu in target"
> > +        default n
> > +        depends on BR2_PACKAGE_NCURSES
> > +        help
> > + 	  Includes ncurses dynamic libmenu in target
> 
> Weird tab/spaces mix here.

Fixed

> 
> >  $(TARGET_DIR)/lib/libncurses.so.$(NCURSES_VERSION): $(STAGING_DIR)/lib/libncurses.so.$(NCURSES_VERSION)
> >  	cp -dpf $(NCURSES_DIR)/lib/libncurses.so* $(TARGET_DIR)/lib/
> > +ifeq ($(strip $(BR2_PACKAGE_NCURSES_TARGET_PANEL)),y)
> > +	cp -dpf $(NCURSES_DIR)/lib/libpanel.so* $(TARGET_DIR)/lib/
> > +endif
> > +ifeq ($(strip $(BR2_PACKAGE_NCURSES_TARGET_FORM)),y)
> > +	cp -dpf $(NCURSES_DIR)/lib/libform.so* $(TARGET_DIR)/lib/
> > +endif
> > +ifeq ($(strip $(BR2_PACKAGE_NCURSES_TARGET_MENU)),y)
> > +	cp -dpf $(NCURSES_DIR)/lib/libmenu.so* $(TARGET_DIR)/lib/
> > +endif
> 
> Should be /usr/lib rather than /lib?

The rest of the libs are being installed to /lib ... I don't like
changing install paths, but I agree with you it should be /usr/lib ...
anyone got any very good reason why ncurses should be installed in /lib?

-N
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.buildroot.org/pipermail/buildroot/attachments/20080410/71bdb923/attachment-0001.asc>


More information about the buildroot mailing list