diff options
author | gjb <gjb@FreeBSD.org> | 2016-02-05 21:01:08 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-02-05 21:01:08 +0000 |
commit | b0e94739464da6f4e73a5f3e80ec779480d16892 (patch) | |
tree | d202f169da241769452be64ff9d6811a356945a0 /lib/msun | |
parent | f6e69cfc784602193b5c513aed5aeba48fb21a80 (diff) | |
download | FreeBSD-src-b0e94739464da6f4e73a5f3e80ec779480d16892.zip FreeBSD-src-b0e94739464da6f4e73a5f3e80ec779480d16892.tar.gz |
Remove libc, librtld_db, libthr packages, and further increase
the constraints on what needs to be installed in a specific to
maintain consistency during upgrades.
Create a new clibs package containing libraries that are needed
as a bare minimum for consistency.
With much help and input from: kib
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib/msun')
-rw-r--r-- | lib/msun/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/Makefile b/lib/msun/Makefile index cebfbd7..820855c 100644 --- a/lib/msun/Makefile +++ b/lib/msun/Makefile @@ -12,7 +12,7 @@ # # -PACKAGE=lib${LIB} +PACKAGE= clibs .if ${MACHINE_CPUARCH} == "i386" ARCH_SUBDIR= i387 .else |