From 6265851cb0eea0e24c694164ca91635b4d414876 Mon Sep 17 00:00:00 2001 From: "Joshua M. Clulow" Date: Wed, 8 Apr 2020 12:30:48 -0700 Subject: illumos sysroot 20181213 v1 In order to produce a sysroot archive for cross compilation, we need to be able to build binary artefacts from a specific historic version of the gate. In order to build the gate on a modern version of the OS, we must first backport a few minor fixes to the tools and work around some leakage of build system headers into the gate build. We also disable a few components which should not end up in the sysroot. --- usr/src/lib/Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'usr/src/lib') diff --git a/usr/src/lib/Makefile b/usr/src/lib/Makefile index 7463954834..dcef7eab87 100644 --- a/usr/src/lib/Makefile +++ b/usr/src/lib/Makefile @@ -81,7 +81,6 @@ SUBDIRS += \ gss_mechs/mech_dummy \ gss_mechs/mech_krb5 \ gss_mechs/mech_spnego \ - hal \ hbaapi \ iconv_modules \ krb5 \ @@ -254,7 +253,6 @@ SUBDIRS += \ pam_modules \ passwdutil \ pkcs11 \ - policykit \ print \ pylibbe \ pysolaris \ @@ -366,7 +364,6 @@ HDRSUBDIRS= \ ../cmd/sendmail/libmilter \ auditd_plugins \ fm \ - hal \ hbaapi \ libads \ libast \ @@ -486,7 +483,6 @@ HDRSUBDIRS= \ mpapi \ passwdutil \ pkcs11 \ - policykit \ scsi \ smbsrv \ smhba \ @@ -579,7 +575,6 @@ gss_mechs/mech_dh: libgss gss_mechs/mech_dummy: libgss gss_mechs/mech_krb5: libgss libresolv2 pkcs11 libkstat gss_mechs/mech_spnego: gss_mechs/mech_krb5 -hal: dbusdeps krb5: gss_mechs/mech_krb5 libtecla libldap5 libadt_jni: libbsm libadutils: libldap5 libresolv2 @@ -683,7 +678,6 @@ nsswitch: libadutils libidmap libdns_sd libscf libldap5 libsldap pam_modules: libproject passwdutil smbsrv libtsnet libpam libbsm libsecdb passwdutil: libsldap pkcs11: libcryptoutil libgen libuuid -policykit: dbusdeps print: libldap5 libmd5 libsendfile pylibbe: libbe libzfs pysolaris: libsec libidmap -- cgit v1.2.3