Revert "openafs: fix build against linux_hardened"
This reverts commit 4bb0a719cf.
Can be reveted once randstruct actually works
This commit is contained in:
@@ -15,9 +15,6 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
hardeningDisable = [ "pic" ];
|
||||
|
||||
# The RANDSTRUCT gcc plugin rewrites structs using designated initializers
|
||||
NIX_CFLAGS_COMPILE = [ "-Wno-error=designated-init" ];
|
||||
|
||||
configureFlags = [
|
||||
"--with-linux-kernel-build=${kernelBuildDir}"
|
||||
"--sysconfdir=/etc"
|
||||
|
||||
@@ -18,9 +18,6 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
hardeningDisable = [ "pic" ];
|
||||
|
||||
# The RANDSTRUCT gcc plugin rewrites structs using designated initializers
|
||||
NIX_CFLAGS_COMPILE = [ "-Wno-error=designated-init" ];
|
||||
|
||||
configureFlags = [
|
||||
"--with-linux-kernel-build=${kernelBuildDir}"
|
||||
"--sysconfdir=/etc"
|
||||
|
||||
Reference in New Issue
Block a user