Subject: CVS commit: pkgsrc/lang/libunwind
From: Jonathan Perkin
Date: 2023-12-01 19:27:23
Message id: 20231201182723.1B510FA40@cvs.NetBSD.org

Log Message:
libunwind: Use correct flags to link.

The configure script only tests if CXX supports various flags, but then uses
CC to compile and link various objects.  While compiling only issues warnings
about incorrect flags, attempting to link with the wrong front end causes
fatal errors.

Specifically fixes trying to link with gcc using "-nostdlib++".

Files:
RevisionActionfile
1.34modifypkgsrc/lang/libunwind/distinfo
1.6modifypkgsrc/lang/libunwind/patches/patch-src_CMakeLists.txt