Revert "openafs: fix build against linux_hardened"
This reverts commit 4bb0a719cf
.
Can be reveted once randstruct actually works
This commit is contained in:
parent
d2e74263ac
commit
a4f51746f8
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user