Merge pull request #117964 from ttuegel/aacgain
aacgain: build with -Wno-narrowing
This commit is contained in:
commit
b2331df99d
@ -12,6 +12,10 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
|
# -Wnarrowing is enabled by default in recent GCC versions,
|
||||||
|
# causing compilation to fail.
|
||||||
|
NIX_CFLAGS_COMPILE = "-Wno-narrowing";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
(
|
(
|
||||||
cd mp4v2
|
cd mp4v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user