Skip to content

Commit 59dba78

Browse files
authored
media-video/ffmpeg: disable SEMINTERPOS (#829)
Signed-off-by: Randall <ran.dall@icloud.com>
1 parent d9f7a02 commit 59dba78

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sys-config/ltoize/files/package.cflags/no-semantic-interposition.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ dev-lang/jimtcl *FLAGS-="${SEMINTERPOS}" # buffer overflow error when running an
66
dev-lang/swi-prolog *FLAGS-="${SEMINTERPOS}" # segfaults during build
77
dev-util/umockdev *FLAGS-="${SEMINTERPOS}" # /usr/include/bits/unistd.h:145:1: error: inlining failed in call to 'always_inline' 'readlink.localalias': function not inlinable
88
media-sound/ardour *FLAGS-="${SEMINTERPOS}" # ICE in record_target_from_binfo during GIMPLE pass
9+
media-video/ffmpeg *FLAGS-="${SEMINTERPOS}" # doesn't build, function inlining fails
910
net-fs/autofs *FLAGS-="${SEMINTERPOS}" # builds but segfault in lookup_file.so
1011
net-libs/libiscsi *FLAGS-="${SEMINTERPOS}"
1112
net-print/cups *FLAGS-="${SEMINTERPOS}" # ICE

0 commit comments

Comments
 (0)