Commit ceed8ad8 authored by Cray Elliott's avatar Cray Elliott Committed by Franz Pletz
Browse files

ucl: modify cflags so gcc6 compiles successfully

parent a1bb6131
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -7,6 +7,9 @@ stdenv.mkDerivation {
    sha256 = "b865299ffd45d73412293369c9754b07637680e5c826915f097577cd27350348";
  };

  # needed to successfully compile with gcc 6
  NIX_CFLAGS_COMPILE = "-std=c90 -fPIC";

  meta = {
    homepage = http://www.oberhumer.com/opensource/ucl/;
    description = "Portable lossless data compression library";