Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Jan 2024 11:39:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 276143] multimedia/gpac-libgpac: fix build with clang 18
Message-ID:  <bug-276143-12827-XLx4qG5PPJ@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
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-multimedia
(Nobody) <multimedia@FreeBSD.org> for maintainer-feedback:
Bug 276143: multimedia/gpac-libgpac: fix build with clang 18
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276143



--- Description ---
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.



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