Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 May 2023 17:12:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        pkgbase@FreeBSD.org
Subject:   [Bug 249143] pkgbase: Library archive files .a found in non *-dev packages
Message-ID:  <bug-249143-36141-Y5kDvY92NT@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-249143-36141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-249143-36141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249143

--- Comment #4 from Ed Maste <emaste@freebsd.org> ---
wrt libfl:

It comes from usr.bin/lex/lib/Makefile. libln.a is (currently) in the
utilities-dev package, while two the two links end up in utilities, for the
same reason as mentioned above. They're just LINKS rather than SYMLINKS.

.if ${MK_INSTALLLIB} !=3D "no"
LINKS=3D  ${LIBDIR}/libln.a ${LIBDIR}/libl.a
LINKS+=3D ${LIBDIR}/libln.a ${LIBDIR}/libfl.a
.endif

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249143-36141-Y5kDvY92NT>