Files
ports/multimedia/ffmpeg/files/patch-configure
T
Baptiste Daroussin d64ae40ff3 multimedia/ffmpeg: add a configure patch
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
2025-12-24 16:12:07 +01:00

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='""'