Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jan 2024 11:48:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 276143] multimedia/gpac-libgpac: fix build with clang 18
Message-ID:  <bug-276143-12827-HQgONLzJSc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-276143-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-276143-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276143

--- Comment #3 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3Da235c289356ba567b7c44591216564c=
73505cf03

commit a235c289356ba567b7c44591216564c73505cf03
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2024-01-06 08:43:34 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2024-01-13 11:47:19 +0000

    multimedia/gpac-libgpac: fix build with clang 18

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

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

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

    PR:             276143
    MFH:            2024Q1

 multimedia/gpac-libgpac/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276143-12827-HQgONLzJSc>