You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/tools
John Crispin b2348e69ad tools/flock: fix compile on Alpine Linux
fixes build errors:
src/flock.c:208:34: error: 'O_NOCTTY' undeclared (first use in this function)
     fd = open(filename, O_RDONLY|O_NOCTTY|O_CREAT, 0666);
src/flock.c:208:43: error: 'O_CREAT' undeclared (first use in this function)
     fd = open(filename, O_RDONLY|O_NOCTTY|O_CREAT, 0666);

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>

SVN-Revision: 48978
8 years ago
..
autoconf tools/autoconf: fix compile on musl hosts 9 years ago
automake automake: portability fixes 9 years ago
b43-tools b43-tools: b43-fwsquash.py: manually remove LP-PHY 16 support 10 years ago
bc bc: add download mirrors 9 years ago
bison tools/bison: update to 3.0.4 9 years ago
ccache ccache: Make ccache aware of OpenWRT provided GCC patch. 9 years ago
cloog cloog: update to 0.18.1 11 years ago
cmake tools/cmake: update to 3.4.3 8 years ago
dosfstools dosfstools: switch back to release tarballs, update patches to the latest sent upstream 9 years ago
e2fsprogs tools/e2fsprogs: remove outdated configure args 8 years ago
elftosb tools: remove static linking support 9 years ago
expat tools: add expat library (to be used by gdb) 9 years ago
findutils tools: Fix compilation on x32 host 10 years ago
firmware-utils ramips: Add a tool to create JCG factory images 8 years ago
flex tools: remove static linking support 9 years ago
flock tools/flock: fix compile on Alpine Linux 8 years ago
gengetopt tools: gengetopt: Disable doc and tests builds 9 years ago
gmp tools/gmp: update to 6.1.0 8 years ago
include tools: host/include/getline.h: fix FreeBSD 8.0+ support 9 years ago
isl tools: add isl (used for graphite on GCC 5) 9 years ago
libelf build: add the + token to any commands that can pass through the jobserver, fixes parallel build on some systems 12 years ago
libtool libtool: passthrough -fstack-protector* to linker 9 years ago
lzma tools: remove static linking support 9 years ago
lzma-old tools/lzma-old fix compile issues (patch from #10253) 13 years ago
m4 tools: remove static linking support 9 years ago
make-ext4fs tools: make-ext4fs: explicitely request C collation for sorting 9 years ago
missing-macros tools: remove a bunch of unused automake macros 9 years ago
mkimage tools/mkimage: backport SOURCE_DATE_EPOCH for reproducible builds 8 years ago
mklibs tools: remove static linking support 9 years ago
mm-macros tools/mm-macros: update to 0.9.9 9 years ago
mpc tools/mpc: update to 1.0.3 9 years ago
mpfr tools/mpfr: update to 3.1.3 9 years ago
mtd-utils update mtd-utils to 1.5.2 9 years ago
mtools mtools: build and install mmd 9 years ago
padjffs2 tools: remove static linking support 9 years ago
patch tools/patch: enable parallel build 9 years ago
patch-image tools: remove static linking support 9 years ago
patchelf tools/patchelf: fix portability issue breaking mac os x builds (#18998) 9 years ago
pkg-config tools/pkg-config: update to 0.29 9 years ago
ppl ppl: update to 1.1 11 years ago
qemu tools: remove static linking support 9 years ago
quilt tools/quilt: fix build error during kernel_menuconfig on a cleaned env 9 years ago
scons tools/scons: update to 2.4.1 9 years ago
sdimage tools: add sdimage for mxs 9 years ago
sed tools/sed: fix compile on musl hosts 9 years ago
sparse sparse: add as a new package selectable from the config 10 years ago
squashfs tools/squashfs: refresh patches 8 years ago
squashfs4 tools/squashfs4: refresh patches 8 years ago
sstrip tools: remove static linking support 9 years ago
tar tools: add tar host build, required for --sort=name which was only added in the latest version 9 years ago
upslug2 tools: remove static linking support 9 years ago
upx tools: remove static linking support 9 years ago
wrt350nv2-builder tools: remove static linking support 9 years ago
xz tools/xz: update to 5.2.2 9 years ago
yaffs2 tools: remove static linking support 9 years ago
Makefile tools: compile flock before everything else 8 years ago