We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 088ef15 commit 3b47a65Copy full SHA for 3b47a65
Makefile.libcompat
@@ -11,10 +11,7 @@ __<${_this:T}>__:
11
12
_LC_LIBDIRS.yes= lib
13
_LC_LIBDIRS.yes+= gnu/lib
14
-# XXX: See src.opts.mk hack
15
-.if ${MK_COMPAT_CHERIABI} != "yes" || !${TARGET_ARCH:Mriscv64*}
16
_LC_LIBDIRS.${MK_CDDL:tl}+= cddl/lib
17
-.endif
18
_LC_LIBDIRS.${MK_CRYPT:tl}+= secure/lib
19
_LC_LIBDIRS.${MK_KERBEROS:tl}+= kerberos5/lib
20
share/mk/src.opts.mk
@@ -380,7 +380,6 @@ BROKEN_OPTIONS+=NS_CACHING
380
# Skip until https://github.com/CTSRD-CHERI/llvm-project/issues/379 is fixed.
381
BROKEN_OPTIONS+=LIBCPLUSPLUS CXX
382
# Crash in ZFS code. TODO: investigate
383
-# Remove corresponding hack in Makefile.libcompat when removing
384
BROKEN_OPTIONS+=CDDL
385
386
# Some compilation failure: TODO: investigate
0 commit comments