openwrtv4/tools
Mathias Kresin 5d0b180f79 tools: flock: add NFSv4 compatibility
This patch fixes the LEDE build on mounted NFSv4 shares.

The lock file cannot be opened in read-write mode by default, because
then we cannot use flock(1) to lock executable files.

The read-write mode for lock files is necessary on NFSv4 where
flock(2) is emulated by by fcntl() -- this situation is possible to
detect by flock(2) EBADF error.

The patch consist of the following util-linux/flock commits

http://git.kernel.org/cgit/utils/util-linux/util-linux.git/commit/?id=eb742a1f66d5e3a7c5b43efce741c113f51bef3b

http://git.kernel.org/cgit/utils/util-linux/util-linux.git/commit/?id=caf1ba11a367ad702fb774653daf9ebdcca49d7b

without including the pre kernel 3.4 support.

Signed-off-by: Mathias Kresin <dev@kresin.me>
Signed-off-by: Felix Fietkau <nbd@nbd.name> [minor cleanup]
2016-08-11 10:50:10 +02:00
..
autoconf tools/autoconf: fix compile on musl hosts 2015-05-04 13:22:36 +00:00
automake automake: portability fixes 2015-03-24 13:13:01 +00:00
b43-tools b43-tools: b43-fwsquash.py: manually remove LP-PHY 16 support 2014-07-12 15:41:50 +00:00
bc bc: add download mirrors 2015-06-06 13:48:57 +00:00
bison tools/bison: update to 3.0.4 2015-11-03 12:00:04 +00:00
ccache ccache: Make ccache aware of OpenWRT provided GCC patch. 2015-07-14 10:30:38 +00:00
cloog cloog: update to 0.18.1 2013-12-15 21:07:32 +00:00
cmake tools/cmake: fix parallel build with Make 4.2+ 2016-06-15 19:26:17 +02:00
dosfstools dosfstools: fix build on OS X 2016-07-13 22:59:00 +02:00
e2fsprogs e2fsprogs: fix build problem with very old libmagic 2016-06-30 20:51:53 +02:00
elftosb tools: remove static linking support 2015-02-06 00:00:43 +00:00
expat tools: add expat library (to be used by gdb) 2015-07-10 19:42:05 +00:00
findutils tools/findutils: Update to 4.6.0 2016-03-10 19:11:51 +00:00
firmware-utils apm821xx: add support for the Cisco Meraki MR24 2016-07-22 09:48:12 +02:00
flex tools/flex: update to 2.6.1 2016-03-16 09:26:51 +00:00
flock tools: flock: add NFSv4 compatibility 2016-08-11 10:50:10 +02:00
genext2fs tools: bring back genext2fs for apm821xx 2016-07-23 19:37:20 +02:00
gengetopt tools: gengetopt: Disable doc and tests builds 2015-05-22 22:33:41 +00:00
gmp tools/gmp: update to 6.1.0 2016-02-08 08:25:46 +00:00
include tools: host/include/getline.h: fix FreeBSD 8.0+ support 2015-05-08 12:09:26 +00:00
isl tools/isl: bump to 0.17.1 2016-07-15 14:17:16 +02:00
kernel2minor tools: add kernel2minor utility for Mikrotik devices 2016-07-05 22:59:14 +02:00
libelf build: add the + token to any commands that can pass through the jobserver, fixes parallel build on some systems 2012-09-23 09:50:01 +00:00
libressl build: allow to build LEDE on latest MacOS X 2016-06-07 08:58:41 +02:00
libtool libtool: passthrough -fstack-protector* to linker 2015-06-18 08:52:33 +00:00
lzma tools: lzma: reduce copyright noise 2016-08-04 18:19:46 +02:00
lzma-old tools/lzma-old fix compile issues (patch from #10253) 2011-10-21 12:52:49 +00:00
m4 tools: remove static linking support 2015-02-06 00:00:43 +00:00
make-ext4fs tools: make-ext4fs: fix build regression on mac os x 2016-05-05 18:47:57 +01:00
missing-macros tools: remove a bunch of unused automake macros 2015-03-17 10:11:00 +00:00
mkimage tools: mkimage: sync include/linux/compiler*.h with u-boot master 2016-05-08 23:37:40 +02:00
mklibs tools: remove static linking support 2015-02-06 00:00:43 +00:00
mm-macros mm-macros: update to 0.9.10 2016-03-10 19:11:32 +00:00
mpc tools/mpc: update to 1.0.3 2015-11-03 11:59:35 +00:00
mpfr tools/mpfr: update to 3.1.4 2016-04-17 12:52:17 +00:00
mtd-utils update mtd-utils to 1.5.2 2015-12-05 15:44:58 +00:00
mtools mtools: build and install mmd 2015-10-11 16:23:11 +00:00
padjffs2 tools: padjffs2: add option to output padding data to stdout 2016-07-11 13:26:33 +02:00
patch tools/patch: enable parallel build 2015-09-26 21:10:37 +00:00
patch-image tools: patch-image: Added optional size option 2016-06-21 21:58:07 +02:00
patchelf tools/patchelf: fix portability issue breaking mac os x builds (#18998) 2015-02-19 10:30:39 +00:00
pkg-config tools: pkg-config: fix build with GCC 6 2016-05-08 23:37:40 +02:00
ppl ppl: update to 1.1 2013-12-15 21:07:34 +00:00
qemu tools: remove static linking support 2015-02-06 00:00:43 +00:00
quilt tools/quilt: fix build error during kernel_menuconfig on a cleaned env 2015-11-07 12:52:14 +00:00
scons tools/scons: update to 2.4.1 2015-11-21 21:26:06 +00:00
sdimage tools: add sdimage for mxs 2015-09-21 21:08:08 +00:00
sed tools/sed: fix compile on musl hosts 2015-05-04 13:22:17 +00:00
sparse sparse: update to support llvm 3.5.0 2016-06-13 12:49:34 +02:00
squashfs tools/squashfs: refresh patches 2015-12-11 15:07:28 +00:00
squashfs4 squashfs4: use upstream xz compression header format 2016-06-22 19:32:06 +02:00
sstrip tools: remove static linking support 2015-02-06 00:00:43 +00:00
tar tools: add tar host build, required for --sort=name which was only added in the latest version 2015-09-11 18:38:02 +00:00
upslug2 tools: remove static linking support 2015-02-06 00:00:43 +00:00
upx tools: remove static linking support 2015-02-06 00:00:43 +00:00
wrt350nv2-builder tools: remove static linking support 2015-02-06 00:00:43 +00:00
xz tools/xz: update to 5.2.2 2015-10-30 22:31:09 +00:00
yaffs2 tools: remove static linking support 2015-02-06 00:00:43 +00:00
Makefile tools: bring back genext2fs for apm821xx 2016-07-23 19:37:20 +02:00