HomeFreeBSD

archivers/arj: fix build with clang 18

Description

archivers/arj: fix build with clang 18

Clang 18 no longer accepts -export-dynamic, which is a linker option,
resulting in an error building archivers/arj:

cc: error: unknown argument: '-export-dynamic'

Fix this by using the correct spelling, -Wl,--export-dynamic.

PR: 276747
Approved by: garga (maintainer)
MFH: 2024Q1

(cherry picked from commit f12119e85f5ac711d5a4537687fd924bfaca7692)

Details

Provenance
dimAuthored on Jan 31 2024, 5:30 PM
Parents
R11:e1469fc9fc9d: archivers/lizard: update to latest GH commit to address security vulnerability
Branches
Unknown
Tags
Unknown