Skip site navigation (1)Skip section navigation (2)



index | | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D294628

--- Comment #20 from Lexi Winter <ivy@FreeBSD.org> ---
i do wonder if it makes sense to build compat1X with shared library
dependencies disabled, perhaps with pkg -oSHLIB_REQUIRE_IGNORE_GLOB=3D'*' or
similar.

the downside of this is that you could end up installing a 'broken' compat
package that provides some libraries that don't actually work.  however, if=
 you
have a program linked against 15.0's libuutil, that program is not going to
work on a WITHOUT_CDDL system anyway, so the result is not any more broken =
than
it already was.

that advantage of this is that people could still install compat1X for other
compat libraries, e.g. OpenSSL which bumps its sovers fairly often.

the disadvantage would be that you don't get automatical pkgbase dependenci=
es
for the things compat1X actually needs.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=


home | help