]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix installation of libxo encoder modules.
authortijl <tijl@FreeBSD.org>
Sun, 31 May 2020 17:20:17 +0000 (17:20 +0000)
committertijl <tijl@FreeBSD.org>
Sun, 31 May 2020 17:20:17 +0000 (17:20 +0000)
commitcfb3635fb834e3333a748401a013c25557bf59c1
tree9adbd0d329cdc0cc4fb0bd72390f88a6fab5f12c
parent95849b479acd1e768e8f231331186a1d05272b27
Fix installation of libxo encoder modules.

Because the install location was hardcoded in the Makefile as
/usr/lib/libxo/encoder, the lib32 version was installed over the native
version.  Replace /usr/lib with ${LIBDIR}.

Also define SHLIB_NAME instead of LIB + FILES.  This prevents building a
static library.

MFC after: 2 weeks
etc/mtree/BSD.lib32.dist
lib/libxo/encoder/csv/Makefile
lib/libxo/libxo/Makefile