Skip to content

Commit c2b9ab5

Browse files
committedNov 8, 2017
nfs-utils: fixup includes with glibc-2.26
1 parent 18aada9 commit c2b9ab5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

Diff for: ‎pkgs/os-specific/linux/nfs-utils/default.nix

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ in stdenv.mkDerivation rec {
4545
4646
substituteInPlace utils/mount/Makefile.in \
4747
--replace "chmod 4511" "chmod 0511"
48+
49+
sed '1i#include <stdint.h>' -i support/nsm/rpc.c
4850
'';
4951

5052
makeFlags = [

0 commit comments

Comments
 (0)
Please sign in to comment.