Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Aug 2019 13:51:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 239895] multimedia/gstreamer-ffmpeg: fix build on armv7
Message-ID:  <bug-239895-12827-v0xTdt95qc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-239895-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-239895-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=3D239895

Thomas Zander <riggs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback?(multim |maintainer-feedback+
                   |edia@FreeBSD.org)           |
                 CC|                            |riggs@FreeBSD.org

--- Comment #2 from Thomas Zander <riggs@FreeBSD.org> ---
In ffmpeg we have:

LDFLAGS_aarch64=3D-Wl,-z,notext
LDFLAGS_armv6=3D  -Wl,-z,notext
LDFLAGS_armv7=3D  -Wl,-z,notext
LDFLAGS_i386=3D   -Wl,-z,notext

It would seem reasonable to have the same in gstreamer-ffmpeg.

But yes, go ahead, commit the fix. It's subject to the build fix blanket, as
Jan said.

--=20
You are receiving this mail because:
You are on the CC list for the bug.
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-239895-12827-v0xTdt95qc>