2007-09-28 22:52:09 +02:00
|
|
|
Buildroot2 TODOs
|
2007-09-25 13:37:31 +02:00
|
|
|
|
2007-09-25 10:28:09 +02:00
|
|
|
- fix packages/Makefile.autotools.in to use a package-imposed patchdir
|
2007-09-28 22:52:09 +02:00
|
|
|
(Ivan Kuten)
|
2007-09-25 10:28:09 +02:00
|
|
|
- convert all packages that use autoconf to use the infrastructure of
|
|
|
|
packages/Makefile.autotools.in
|
|
|
|
- fix setting of flags for packages
|
2009-07-31 15:00:15 +02:00
|
|
|
|
|
|
|
- coreutils: use make install-strip to install the packages. For now,
|
|
|
|
it fails beause even if we pass STRIP="/path/to/$(ARCH)-strip", the
|
|
|
|
coreutils build system uses the host strip to strip target
|
|
|
|
binaries. The ./configure execution done by Buildroot properly
|
|
|
|
detects the cross-strip, but when running make, build-aux/missing
|
|
|
|
gets run, complains about aclocal-1.10c and atuomake-1.10c not being
|
|
|
|
present, and rerun the configuration... with the wrong environment
|
|
|
|
variables (STRIP= is missing). An autoreconf on this package is
|
|
|
|
probably necessary.
|