Age | Commit message (Collapse) | Author |
|
|
|
they should be configured with --prefix=/usr and we then need to use
make DESTDIR=$(STAGING_DIR) install to get things installed into the
staging directory. The current situation for many packages, which use
--prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled
into the binary itself.
This also adds in a pile of libtool fixups. Between broken pkgconfig,
broken libtool handling, and broken --prefix settings, its a wonder
things have worked as well as they have up till now.
-Erik
|
|
|
|
based on a patch from Fu Yunhui
|
|
Allows for passing flags along HOST_CC which is sometimes needed on certain
architectures.
|
|
|
|
|
|
version 5.4. The 5.4 version of ncurses adds additional features.
|
|
|
|
If I understand you correctly, you want the ncurses development headers
on the target.
a patch for this (named target_headers.patch and includes similar
options for a few other libs in buildroot) can be found at:
http://www.zelow.no/floppyfw/download/Development/Patches/buildroot/
(a few packages there aswell)
it will add an option to put headers on target for ncurses, zlib and
openssl.
Thomas.
|
|
|
|
The ncurses package make file does not install the terminfo files into the
correct directory. The attached patch (against svn) corrects this problem.
|
|
|
|
|
|
general case, therefore, combine the toplevel Makefile options
such as setting TARGETS into the per-package *.mk file
|
|
|
|
Hi,
package/ncurses/ncurses.mk doesn't create root/usr/include directory before installation.
There is a simple patch.
- Jenda
|
|
|
|
|
|
|
|
|
|
directory.
|