ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / web / firefox / patches / python_mozbuild_frontend_data.py.patch
blob9604d9ece082506e603c85452254baa5ded91b0d
1 diff --git a/python/mozbuild/mozbuild/frontend/data.py b/python/mozbuild/mozbuild/frontend/data.py
2 index 7ba6c23..d8b478e 100644
3 --- a/python/mozbuild/mozbuild/frontend/data.py
4 +++ b/python/mozbuild/mozbuild/frontend/data.py
5 @@ -913,7 +913,7 @@ class SharedLibrary(Library):
7 elif os_target == "SunOS":
8 self.symbols_link_arg = (
9 - "-z gnu-version-script-compat -Wl,--version-script,"
10 + "-Wl,-M,"
11 + self.symbols_file
13 elif os_target == "WINNT":