[Bug 249143] pkgbase: Library archive files .a found in non *-dev packages

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 01 May 2023 17:12:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249143

--- 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} != "no"
LINKS=  ${LIBDIR}/libln.a ${LIBDIR}/libl.a
LINKS+= ${LIBDIR}/libln.a ${LIBDIR}/libfl.a
.endif

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