Path to this page:
Subject: CVS commit: pkgsrc/devel/mk-configure
From: Aleksey Cheusov
Date: 2023-12-02 13:02:41
Message id: 20231202120241.42EFDFA42@cvs.NetBSD.org
Log Message:
Update to 0.38.3
Fix #27 by adding a compiler triplet to config file name
Introduce special value "force" for MKCOMPILERSETTINGS variable. If
it is set, compiler configuration file is always regenarated.
Regenerate compiler configuration file (~/.mkcmake) when
MKCOMPILERSETTINGS=yes and
mkc_imp.cxx/cc_${CC_TYPE}-${CC_VERSION}.mk is older than system-wide
one. Do the same for C++ compiler.
mkc_compiler_settings: detect whether linker supports -rdynamic
Update mk-configure.7 man page
mkc_check_funclib: ignore stdout of linker and redirect it to stderr
Fixes in examples/ (Solaris-11 and latest versions of NetBSD and
OpenBSD)
Files: