Revert "openafs: fix build against linux_hardened"

This reverts commit 4bb0a719cf.

Can be reveted once randstruct actually works
This commit is contained in:
Joachim Fasting 2019-01-07 19:16:54 +01:00
parent d2e74263ac
commit a4f51746f8
No known key found for this signature in database
GPG key ID: 5C204DF675C90294
2 changed files with 0 additions and 6 deletions

View file

@ -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"

View file

@ -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"