zfs*: move NIX_CFLAGS_LINK into env for structuredAttrs (#492180)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user