nixpkgs/pkgs
Sergei Trofimovich fb106ee08b libomxil-bellagio: fix build failures against -fno-common compiler
On vanilla gcc-10 (and gcc-9 -fno-common) build fails as:

```
../libtool --tag=CC   --mode=link gcc ... -o libomxil-bellagio.la ...
ld: .libs/libomxil_bellagio_la-omx_reference_resource_manager.o:(.bss+0x18):
  multiple definition of `globalIndex';
    .libs/libomxil_bellagio_la-st_static_component_loader.o:(.bss+0x358):
      first defined here
```

Upstream gcc-10 changed the default from -fcommon to fno-common:
    https://gcc.gnu.org/PR85678.

The error also happens if CFLAGS=-fno-common passed explicitly.
2021-09-25 18:45:52 +01:00
..
applications Merge staging-next into staging 2021-09-25 06:01:48 +00:00
build-support Merge pull request #135619 from r-burns/fpie-musl-fixes 2021-09-23 17:55:08 -07:00
common-updater
data Merge staging-next into staging 2021-09-25 00:02:02 +00:00
desktops Merge pull request #139163 from bobby285271/pantheon 2021-09-24 23:39:42 +08:00
development libomxil-bellagio: fix build failures against -fno-common compiler 2021-09-25 18:45:52 +01:00
games
misc Merge pull request #139279 from r-ryantm/auto-update/ryujinx 2021-09-24 07:31:47 -07:00
os-specific Merge staging-next into staging 2021-09-25 06:01:48 +00:00
pkgs-lib
servers Merge pull request #138877 from r-ryantm/auto-update/vouch-proxy 2021-09-24 19:05:36 -07:00
shells Merge pull request #139126 from r-ryantm/auto-update/pure-prompt 2021-09-24 16:02:18 -04:00
stdenv Merge branch 'master' into staging-next 2021-09-23 18:43:00 -07:00
test
tools Merge staging-next into staging 2021-09-25 06:01:48 +00:00
top-level Merge staging-next into staging 2021-09-25 06:01:48 +00:00