openafs_1_8: 1.8.3 -> 1.8.5 (#75104)
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
committed by
Dmitry Kalinkin
parent
6bd93d58d5
commit
b661db12e8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user