[Bug 277905] net/jose: fix build with lld 18

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 23 Mar 2024 10:07:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277905

            Bug ID: 277905
           Summary: net/jose: fix build with lld 18
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: dim@FreeBSD.org
                CC: hdholm@alumni.iastate.edu
             Flags: maintainer-feedback?(hdholm@alumni.iastate.edu)
                CC: hdholm@alumni.iastate.edu

With recent lld, the --version-script check in net/jose's meson.build
fails, causing it to erroneously use a -export-symbols-regex flag:

  cc: error: unknown argument: '-export-symbols-regex=^jose_.*'

Fix this by removing the faulty check from meson.build.

-- 
You are receiving this mail because:
You are the assignee for the bug.