Building packages using the new framework

(fails at building GMP off the VCS because it needs to run bootstrap scripts)

Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
Alexey Neyman
2017-06-25 22:54:29 -07:00
parent ee983f5f92
commit 993b4acec5
10 changed files with 446 additions and 617 deletions

View File

@ -17,9 +17,9 @@ do_libc_get() {
do_libc_extract() {
local addon
CT_ExtrachPatch GLIBC
CT_ExtractPatch GLIBC
if [ "${CT_GLIBC_USE_PORTS_EXTERNAL}" = "y" ]; then
CT_Fetch GLIBC_PORTS
CT_ExtractPatch GLIBC_PORTS
fi
# TBD make patches for addons (ports? anything else?) uniformly using short names
# TBD make the configure timestamp fix in all patched packages (e.g. part of CT_ExtractPatch)