Age | Commit message (Collapse) | Author |
|
|
|
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>
|
|
Please use PKG_NEEDS for marking of packages needing C++ compiler.
Remove the old bitrotted uClibc++ package and support for some
packages.
|
|
|
|
Add a choice to select libiconv, C library iconv or
libiconv-tiny.
|
|
This helps to find any regressions made in uClibc-ng.
|
|
to avoid namespace collisions in some packages, rename TOPDIR.
Sorry you need to make cleandir && make prereq && make
|
|
|
|
|
|
|
|
not satisfying.
|
|
|
|
|
|
to new autotool infrastructure
|
|
|
|
|
|
correct the wrong path and remove the correct files on clean.
Finetune more directory creation rules.
|
|
|
|
|
|
|
|
add new target rebuild.
make cpio and pacch quiet.
Use bin/tools for cpio and mkcrypt.
|
|
|
|
|
|
IMPORTANT: do a make distclean before compiling after
this commit.
The directories for all build and bin directories changed, so
that toolchains for different target-libc combinations can coexist.
This might be usefule in the future for continous compiling after
git commit, without rebuilding the toolchain.
Rework busybox rebuild, when config changes. Not optimal, but at least
working after this change to the directory structure.
|
|
update several packages, remove snort-wireless.
|
|
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
|
|
- driver package for ag241 dsl modem, it loads, but
we will see if it works..
|
|
- anyway, I never used it and there are no upstream updates
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- make more features available in mpd
- add libmms package
- do not call redundant clean on cleantarget
|
|
|
|
- update rtorrent, libtorrent and libsigc++
- add skeleton for cfinstaller
- fix uclibc samba compile
- fix parallel builds
- update tcl
- update iw
- remove mac80211 package, use kernel integrated drivers
- mark packages which can not be compiled parallel (make -j2)
|
|
- add sfdisk and parted for nfsroot installations to cfdisk
- fix more uclibc bulk build errors
|
|
|
|
WARNING: tested only on qemu-x86
|
|
|
|
- git package needs a better fix. but existing symlinks are broken
build without perl
- update curl to latest upstream, including libcurl-dev package
- add libopenssl-dev package
|
|
not very well tested, but runs on shutlle
|
|
- add some missing packages like cpio, lzma and gnu wget
- make microperl more featureful, needed for kernel-header
installation
- make a dependency to perl
- fix header installation for $libc-dev package
- fix 64bit uclibc setup, simplify gcc patches
and totally unrelated
- add preliminary kvm and libvirt support (not tested)
|
|
|
|
|
|
you need to set hard disk partition types to type fd.
I added a grub binary package, because grub does not allow
to be cross-compiled from x86_64 for example without using
a multilib gcc, which we do not support.
|