diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-16 11:53:56 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-16 11:53:56 +0300 |
commit | 4ef15296443ce527bd3c41a6fa3a399b5f96d433 (patch) | |
tree | 5becb51605b5a8c242115d483275cf9b490dbe62 /community/btrfs-progs/build | |
parent | 9945881d06f17324d0ceb6eeb17a2e46143d4fc1 (diff) | |
download | repository-4ef15296443ce527bd3c41a6fa3a399b5f96d433.tar.gz |
btrfs-progs: bump to 5.13
Diffstat (limited to 'community/btrfs-progs/build')
-rwxr-xr-x | community/btrfs-progs/build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/btrfs-progs/build b/community/btrfs-progs/build index fd7ba735..4bf82ac2 100755 --- a/community/btrfs-progs/build +++ b/community/btrfs-progs/build @@ -1,5 +1,6 @@ #!/bin/sh -e +sed -i '/#include/a #include <limits.h>' cmds/filesystem-usage.c sed -i '/sysinfo\.h/d' common/utils.c ./configure \ |