lol

ucl: modify cflags so gcc6 compiles successfully

authored by

Cray Elliott and committed by
Franz Pletz
ceed8ad8 a1bb6131

+3
+3
pkgs/development/libraries/ucl/default.nix
··· 7 7 sha256 = "b865299ffd45d73412293369c9754b07637680e5c826915f097577cd27350348"; 8 8 }; 9 9 10 + # needed to successfully compile with gcc 6 11 + NIX_CFLAGS_COMPILE = "-std=c90 -fPIC"; 12 + 10 13 meta = { 11 14 homepage = http://www.oberhumer.com/opensource/ucl/; 12 15 description = "Portable lossless data compression library";