d64ae40ff3
When pushing ffmpeg 8.0.1 I forgot the to git add the configure patch to fix detection of support for symbol versionning PR: 291868
12 lines
396 B
Plaintext
12 lines
396 B
Plaintext
--- configure.orig 2025-12-24 07:09:43 UTC
|
|
+++ configure
|
|
@@ -7667,7 +7667,7 @@ if enabled proper_dce; then
|
|
EOF
|
|
|
|
if enabled proper_dce; then
|
|
- echo "X { local: *; };" > $TMPV
|
|
+ echo "X { global: environ; __progname; local: *; };" > $TMPV
|
|
if test_ldflags -Wl,${version_script},$TMPV; then
|
|
append SHFLAGS '-Wl,${version_script},\$(SUBDIR)lib\$(NAME).ver'
|
|
quotes='""'
|