diff options
| author | Joshua M. Clulow <josh@sysmgr.org> | 2020-04-08 12:30:48 -0700 | 
|---|---|---|
| committer | Joshua M. Clulow <josh@sysmgr.org> | 2020-04-08 12:30:48 -0700 | 
| commit | 6265851cb0eea0e24c694164ca91635b4d414876 (patch) | |
| tree | 277666933f3d28284d62546591e3f2f6ec4cdd9e /usr/src/lib | |
| parent | b9219c8a2cb8887f04ec2b394b225390a6e624ae (diff) | |
| download | illumos-gate-sysroot/20181213.tar.gz | |
illumos sysroot 20181213 v1sysroot/20181213
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.
Diffstat (limited to 'usr/src/lib')
| -rw-r--r-- | usr/src/lib/Makefile | 6 | 
1 files changed, 0 insertions, 6 deletions
| 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 | 
