Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Nov 2022 10:17:44 GMT
From:      Doug Rabson <dfr@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c7631f9153b7 - main - libc_nonshared: Move to clibs package
Message-ID:  <202211011017.2A1AHipc048616@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dfr:

URL: https://cgit.FreeBSD.org/src/commit/?id=c7631f9153b7d24279210869eb1fbe2e4a1763b2

commit c7631f9153b7d24279210869eb1fbe2e4a1763b2
Author:     Doug Rabson <dfr@FreeBSD.org>
AuthorDate: 2022-11-01 10:14:29 +0000
Commit:     Doug Rabson <dfr@FreeBSD.org>
CommitDate: 2022-11-01 10:17:07 +0000

    libc_nonshared: Move to clibs package
    
    Its needed by libc.a which lives in clibs.
    
    PR:     254173
---
 lib/libc_nonshared/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/libc_nonshared/Makefile b/lib/libc_nonshared/Makefile
index 261828072e74..8ecf1699ba74 100644
--- a/lib/libc_nonshared/Makefile
+++ b/lib/libc_nonshared/Makefile
@@ -10,6 +10,7 @@ NO_PIC=
 # -fpic on some platforms, -fPIC on others.
 CFLAGS+=${PICFLAG} -DPIC -fvisibility=hidden
 
+PACKAGE= clibs
 LIB=	c_nonshared
 
 LIBC_NONSHARED_SRCS=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211011017.2A1AHipc048616>