Unverified Commit d21d5ad0 authored by Stefan Frijters's avatar Stefan Frijters
Browse files

zfs*: move NIX_CFLAGS_LINK into env for structuredAttrs

parent 4df684f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -198,7 +198,7 @@ let
        ++ optional (buildUser && enablePython) python3;

      # for zdb to get the rpath to libgcc_s, needed for pthread_cancel to work
      NIX_CFLAGS_LINK = "-lgcc_s";
      env.NIX_CFLAGS_LINK = "-lgcc_s";

      hardeningDisable = [
        "fortify"