openafs_1_8: 1.8.3 -> 1.8.5 (#75104)

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2019-12-07 11:58:19 -05:00
committed by Dmitry Kalinkin
parent 6bd93d58d5
commit b661db12e8
4 changed files with 4 additions and 21 deletions
-3
View File
@@ -28,9 +28,6 @@ stdenv.mkDerivation {
# Makefiles don't include install targets for all new shared libs, yet.
dontDisableStatic = true;
# Fixes broken format string in 1.8.2
hardeningDisable=[ "format" ];
preConfigure = ''
patchShebangs .
for i in `grep -l -R '/usr/\(include\|src\)' .`; do