summaryrefslogtreecommitdiffhomepage
path: root/009.pkgconf_host.vars
AgeCommit message (Collapse)AuthorFilesLines
2016-07-11Build perk{,_host} w/ pkg.build.Lucio Andrés Illanes Albornoz (arab, vxp)1-19/+0
2016-07-11- Build slibtool_host in build level 0 and slibtool in build level 1.Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+19
- Fetch lazy in 006.musl.full.build. - Infer the default number of make(1) jobs to run simultaneously from /proc/cpuinfo. - Merges <https://ftp.gnu.org/gnu/bash/bash-4.3-patches/> into bash-4.3.local.patch. - Print all attributes off SGR at the start of a message in log_msg(). - Simplify 009.gcc.full.build and fetch{,_git}(). - Only create library archives for shared objects that have actually been installed. - Only invoke git-clone(1) and wget(1) in fetch{_git,}() when necessary.
2016-07-10- Check if build script exists and if build level is valid w/ -r.Lucio Andrés Illanes Albornoz (arab, vxp)1-19/+0
- Removes build levels {configure,build,install}{1,2}.
2016-07-10General cleanup; user-visible changes: -a nt{32,64}, -b {debug,release}.Lucio Andrés Illanes Albornoz (arab, vxp)1-2/+2
2016-06-23Followup to <3243be768ad8a601b2636be4dd23dbb6c2d7dd9b>:Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
Amend leading slash to ${prefix} for x86_64-nt64-midipix-pkg-config.
2016-06-23- Adds and integrates pkgconf_host and pkgconf; fixes Irssi and otherLucio Andrés Illanes Albornoz (arab, vxp)1-0/+19
packages that depend on pkg-config(1) and makes their build variables significantly less hacky (apk_tools, irssi, nano, ncurses, ncursestw ncursesw, and pacman.) pkgconf_host installs a ${TARGET}-pkg-config wrapper script that passes --define-variable=prefix=${PREFIX_NATIVE} when cross-compiling. - Adds -i flag to insert a link to pkg.build for a new build script and automatically rename build scripts with higher consecutive build levels. - Consistently quote [(1) operands correctly wherever necessary. - Reorganise build level 3 script levels: 1) 300-319: library dependencies, ordered by dependencies and alphabetically, 2) 320-389: leaf packages, ordered alphabetically.