Age | Commit message (Collapse) | Author |
|
This is helpful when a package could use HOST_STYLE=auto but doesn't
provide an install target. In that case, one can now set
| HOST_STYLE=auto
| HOST_INSTALL_STYLE=manual
and define a custom host-install target while still making use of the
auto targets for anything else.
Signed-off-by: Phil Sutter <phil@nwl.cc>
|
|
This is helpful when a package could use HOST_STYLE=auto but doesn't
ship a conforming configure script. In that case, one can now set
| HOST_STYLE=auto
| HOST_CONFIG_STYLE=manual
and define a custom host-configure target while still making use of the
auto targets for anything else.
Signed-off-by: Phil Sutter <phil@nwl.cc>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The new prereq check is completely implemented in
POSIX shell in scripts/prereq.sh.
It combines the old features from Makefile, scan-tools.sh,
scan-pkgs.sh, reloc.sh and some wrappers for tools.
The big benefit is to have all portability stuff in one place.
Furthermore we can compile GNU make and bash on the fly, for
systems lacking the required tools.
All changes on the host are detected on the fly, no make
prereq required anymore.
The build process is separated in following three phases:
1. small wrapper Makefile is used for BSD make or GNU make
2. prereq.sh is called, doing all checking, calling Makefile.adk
3. old logic in Makefile.adk or mk/build.mk is used
Tested successfully on Linux, MacOS X, Cygwin, FreeBSD, OpenBSD
and NetBSD.
An old depmaker bug was fixed, only optional host tools are compiled.
For example, even when a host provides xz, a local xz was compiled
in the past, because other packages had a build dependency on it.
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
|
|
This reverts commit fba2ff31928b18364c1934654169806f5c800e23.
|
|
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
|
|
|
|
|
|
|
|
|
|
be sure to link sdl-image to provided libpng, otherwise
TexturePacker in XBMC build will silently fail to pack the
png icons.
|
|
|
|
there are three HOST_STYLE's, not set mean fully automatic installation.
auto means prefix is set to /usr and DESTDIR is set to STAGING_HOST_DIR.
When using manual, you need to provide your own targets.
Instead of using sed to modify *.pc files, use PKG_SYSROOT feature, which does
work better and avoids pathcing some pc files. Idea from sh4rm via #musl.
|
|
|
|
|
|
order, findstring idea from tg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
libiconv-tiny instead. fixes glib compile on systems without libiconv/ native iconv implementation
|
|
|
|
|
|
|
|
|
|
|
|
to new autotool infrastructure
|
|
remove unneeded hacks for openldap and mesalib
|