diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-14 11:52:55 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-14 11:52:55 +0200 |
commit | 798e9afaf76bc2b20715cd8885fd413e7a0b02a5 (patch) | |
tree | e8c15af7e8925ac6290a162a2947ed300a621217 /mk | |
parent | b2dd105b719277b4719d42741d406e2547f86201 (diff) |
disable heimdal for autobuild
Diffstat (limited to 'mk')
-rw-r--r-- | mk/build.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mk/build.mk b/mk/build.mk index 2251f499c..62df9c743 100644 --- a/mk/build.mk +++ b/mk/build.mk @@ -39,9 +39,8 @@ DEFCONFIG= ADK_DEBUG=n \ ADK_PACKAGE_GRUB=n \ ADK_PACKAGE_BASE_FILES=y \ ADK_PACKAGE_CRYPTINIT=n \ - ADK_PACKAGE_HEIMDAL=n \ + ADK_PACKAGE_HEIMDAL_SERVER=n \ ADK_PACKAGE_LIBHEIMDAL=n \ - ADK_PACKAGE_LIBHEIMDAL_CLIENT=n \ ADK_PACKAGE_PAM=n \ ADK_PACKAGE_PYTHON=n \ ADK_PACKAGE_VIRTINST=n \ @@ -578,7 +577,7 @@ bulktoolchain: # build all target architecture, target systems and libc combinations bulk: - for libc in uclibc eglibc glibc;do \ + for libc in uclibc eglibc glibc musl;do \ while read arch; do \ systems=$$(./scripts/getsystems $$arch|grep -v toolchain|grep -v qemu); \ for system in $$systems;do \ |